diff --git a/src/commands/generate.rs b/src/commands/generate.rs index bfe5566..3276aa9 100644 --- a/src/commands/generate.rs +++ b/src/commands/generate.rs @@ -72,7 +72,7 @@ pub struct GenerateCommand { /// Inspect the image for a specific platform /// when retrieving the version. - #[arg(long, default_value = "native")] + #[arg(long)] platform: Option, /// Skips validation of the recipe file.