Skip to content

Commit e6a350e

Browse files
committed
feat: allow shorthand for selecting the mode
1 parent d3cc5b0 commit e6a350e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/run/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub struct RunArgs {
8989
pub working_directory: Option<String>,
9090

9191
/// The mode to run the benchmarks in.
92-
#[arg(long, value_enum, env = "CODSPEED_RUNNER_MODE")]
92+
#[arg(short, long, value_enum, env = "CODSPEED_RUNNER_MODE")]
9393
pub mode: RunnerMode,
9494

9595
/// Comma-separated list of instruments to enable. Possible values: mongodb.

0 commit comments

Comments
 (0)