Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Sep 30, 2024
1 parent ac940f3 commit ab5b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rustfinity-runner/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub enum Commands {
/// Challenge slug
challenge: Option<String>,

#[clap(long, short)]
#[clap(long = "n-tests", short)]
/// number of tests to take the minimum time of
n_tests: Option<usize>,
},
Expand Down

0 comments on commit ab5b03b

Please sign in to comment.