Merge pull request #149 from ouch-org/fix-decompress-short-dir-flag

Fix short flag for the --dir flag
This commit is contained in:
João Marcos Bezerra 2021-11-02 18:30:17 -03:00 committed by GitHub
commit 8b1927f890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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