|
@@ -52,7 +52,7 @@ pub struct Options {
|
|
#[clap(short, long)]
|
|
#[clap(short, long)]
|
|
config: Option<String>,
|
|
config: Option<String>,
|
|
/// Run the code in release mode
|
|
/// Run the code in release mode
|
|
- #[clap(short, long)]
|
|
|
|
|
|
+ #[clap(long = "release")]
|
|
release_mode: bool,
|
|
release_mode: bool,
|
|
/// Args passed to the binary
|
|
/// Args passed to the binary
|
|
args: Vec<String>,
|
|
args: Vec<String>,
|