diff --git a/src/cli.rs b/src/cli.rs index 5f48d11a..69a05edf 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -343,7 +343,7 @@ impl Args { } } Short(flag) => { - if matches!(flag, 'q' | 'r') { + if matches!(flag, 'n' | 'q' | 'r') { // To handle combined short flags properly, handle known // short flags without value as special cases. cargo_args.push(format!("-{flag}"));