`cargo test --help` promise "-q, --quiet No output printed to stdout", but `cargo test -q` and `cargo test` produce the same output to terminal.
cargo test --helppromise "-q, --quiet No output printed to stdout",but
cargo test -qandcargo testproduce the same output to terminal.