mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Merge pull request #149 from ouch-org/fix-decompress-short-dir-flag
Fix short flag for the --dir flag
This commit is contained in:
commit
8b1927f890
@ -51,7 +51,7 @@ pub enum Subcommand {
|
||||
files: Vec<PathBuf>,
|
||||
|
||||
/// Choose to files in a directory other than the current
|
||||
#[clap(short, long = "dir", value_hint = ValueHint::DirPath)]
|
||||
#[clap(short = 'd', long = "dir", value_hint = ValueHint::DirPath)]
|
||||
output_dir: Option<PathBuf>,
|
||||
},
|
||||
/// List contents. Alias: l
|
||||
|
Loading…
x
Reference in New Issue
Block a user