mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +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>,
|
output_dir: Option<PathBuf>,
|
||||||
|
|
||||||
/// Remove the source file after successful decompression
|
/// Remove the source file after successful decompression
|
||||||
#[arg(short = 'r', long, default_value_t = false)]
|
#[arg(short = 'r', long)]
|
||||||
remove: bool,
|
remove: bool,
|
||||||
},
|
},
|
||||||
/// List contents of an archive
|
/// List contents of an archive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user