fix(cli): remove default value for remove flag in Subcommand

This commit is contained in:
ttyS3 2024-12-03 17:01:06 +00:00 committed by João Marcos
parent 5941afe66e
commit 499ad77657

View File

@ -90,7 +90,7 @@ pub enum Subcommand {
output_dir: Option<PathBuf>,
/// Remove the source file after successful decompression
#[arg(short = 'r', long, default_value_t = false)]
#[arg(short = 'r', long)]
remove: bool,
},
/// List contents of an archive