From 639fab3476852edf7251f83f3be5fc7a264ab737 Mon Sep 17 00:00:00 2001 From: valoq Date: Sun, 29 Jun 2025 13:33:41 +0200 Subject: [PATCH] remove ugly hack --- src/cli/args.rs | 3 --- 1 file changed, 3 deletions(-) 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()],