diff --git a/src/cli/args.rs b/src/cli/args.rs index f3b72c9..b28156c 100644 --- a/src/cli/args.rs +++ b/src/cli/args.rs @@ -49,8 +49,6 @@ pub struct CliArgs { #[arg(short = 'c', long, global = true)] pub threads: Option, - pub output_dir: Option, - // Ouch and claps subcommands #[command(subcommand)] pub cmd: Subcommand, @@ -157,7 +155,6 @@ mod tests { // This is usually replaced in assertion tests password: None, threads: None, - output_dir: None, cmd: Subcommand::Decompress { // Put a crazy value here so no test can assert it unintentionally files: vec!["\x00\x11\x22".into()],