fix --args flag not working as intended

This commit is contained in:
2026-03-22 18:36:37 -05:00
parent 84a6196416
commit b999b67ed8
3 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ enum Subcommand {
/// The build mode to use
mode: Option<String>,
/// Arguments to pass to the project binary
#[arg(long, short)]
args: Option<Vec<String>>,
},
/// Build the local project