summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/main.rs b/cli/main.rs
index df6629391..93bae0220 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -988,7 +988,6 @@ async fn test_command(
doc: bool,
fail_fast: bool,
quiet: bool,
- terse: bool,
allow_none: bool,
filter: Option<String>,
shuffle: Option<u64>,
@@ -1206,7 +1205,6 @@ async fn test_command(
no_run,
fail_fast,
quiet,
- terse,
true,
filter.clone(),
shuffle,
@@ -1245,7 +1243,6 @@ async fn test_command(
no_run,
fail_fast,
quiet,
- terse,
allow_none,
filter,
shuffle,
@@ -1353,7 +1350,6 @@ fn get_subcommand(
doc,
fail_fast,
quiet,
- terse,
include,
allow_none,
filter,
@@ -1366,7 +1362,6 @@ fn get_subcommand(
doc,
fail_fast,
quiet,
- terse,
allow_none,
filter,
shuffle,