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