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 46e891c + 934a7a6 commit d035bf9Copy full SHA for d035bf9
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