mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-03 10:00:19 +00:00
fix(cli): remove default value for remove flag in Subcommand
This commit is contained in:
parent
5941afe66e
commit
499ad77657
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user