fix: Remove default value of native for platform arg

Closes #508
This commit is contained in:
Gerald Pinder 2025-07-31 09:46:38 -04:00
parent c8f4a25df3
commit ce4d5ad1d7
No known key found for this signature in database

View file

@ -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<Platform>,
/// Skips validation of the recipe file.