diff --git a/src/arguments.rs b/src/arguments.rs index 5c489f4..a17bfb6 100644 --- a/src/arguments.rs +++ b/src/arguments.rs @@ -7,10 +7,12 @@ use clap::Parser; about = "Start RCC local test environment." )] pub struct Arguments { - #[arg(help = "Possible values are 'up' and 'down'")] - pub action: String, #[arg(help = "Which project folder to use, defined in your env file. E.g. xxx_DIR.")] pub project: String, + + #[arg(help = "Possible values are 'up' and 'down'")] + pub action: String, + #[arg( short = 'l', long = "legacy",