Skip to content

Commit ce4d5ad

Browse files
committed
fix: Remove default value of native for platform arg
Closes #508
1 parent c8f4a25 commit ce4d5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/generate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub struct GenerateCommand {
7272

7373
/// Inspect the image for a specific platform
7474
/// when retrieving the version.
75-
#[arg(long, default_value = "native")]
75+
#[arg(long)]
7676
platform: Option<Platform>,
7777

7878
/// Skips validation of the recipe file.

0 commit comments

Comments
 (0)