diff --git a/src/bin/test.rs b/src/bin/test.rs index e2602b1a2c1..a559fbcbce9 100644 --- a/src/bin/test.rs +++ b/src/bin/test.rs @@ -73,6 +73,10 @@ keep results readable. Test output can be recovered (e.g. for debugging) by passing `--nocapture` to the test binaries: cargo test -- --nocapture + +To get the list of all options available for the test binaries use this: + + cargo test -- --help "; pub fn execute(options: Options, config: &Config) -> CliResult> {