We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cc5b0 commit e6a350eCopy full SHA for e6a350e
1 file changed
src/run/mod.rs
@@ -89,7 +89,7 @@ pub struct RunArgs {
89
pub working_directory: Option<String>,
90
91
/// The mode to run the benchmarks in.
92
- #[arg(long, value_enum, env = "CODSPEED_RUNNER_MODE")]
+ #[arg(short, long, value_enum, env = "CODSPEED_RUNNER_MODE")]
93
pub mode: RunnerMode,
94
95
/// Comma-separated list of instruments to enable. Possible values: mongodb.
0 commit comments