We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12300f5 + 3e126f2 commit 8c0f859Copy full SHA for 8c0f859
src/tools/miri/cargo-miri/src/phases.rs
@@ -90,7 +90,7 @@ pub fn phase_cargo_miri(mut args: impl Iterator<Item = String>) {
90
"`cargo miri` supports the following subcommands: `run`, `test`, `nextest`, `clean`, and `setup`."
91
),
92
};
93
- let verbose = num_arg_flag("-v");
+ let verbose = num_arg_flag("-v") + num_arg_flag("--verbose");
94
let quiet = has_arg_flag("-q") || has_arg_flag("--quiet");
95
96
// Determine the involved architectures.
0 commit comments