We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c29d7 commit 25c4ff9Copy full SHA for 25c4ff9
src/cli/args.rs
@@ -157,6 +157,7 @@ mod tests {
157
// This is usually replaced in assertion tests
158
password: None,
159
threads: None,
160
+ output_dir: None,
161
cmd: Subcommand::Decompress {
162
// Put a crazy value here so no test can assert it unintentionally
163
files: vec!["\x00\x11\x22".into()],
0 commit comments