We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo test --help
1 parent 8f8212c commit 229c7cfCopy full SHA for 229c7cf
src/bin/cargo/commands/test.rs
@@ -56,7 +56,10 @@ pub fn cli() -> App {
56
.arg_message_format()
57
.arg_unit_graph()
58
.arg_future_incompat_report()
59
- .after_help("Run `cargo help test` for more detailed information.\n")
+ .after_help(
60
+ "Run `cargo help test` for more detailed information.\n\
61
+ Run `cargo test -- --help` for test binary options.\n",
62
+ )
63
}
64
65
pub fn exec(config: &mut Config, args: &ArgMatches<'_>) -> CliResult {
0 commit comments