fix --args flag not working as intended
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user