mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +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>,
|
files: Vec<PathBuf>,
|
||||||
|
|
||||||
/// Choose to files in a directory other than the current
|
/// 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>,
|
output_dir: Option<PathBuf>,
|
||||||
},
|
},
|
||||||
/// List contents. Alias: l
|
/// List contents. Alias: l
|
||||||
|
Loading…
x
Reference in New Issue
Block a user