mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
Fix short flag for the --dir flag
This commit is contained in:
parent
04c8438ca2
commit
75142f14b9
@ -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