Fix short flag for the --dir flag

This commit is contained in:
João M. Bezerra 2021-11-02 18:27:46 -03:00
parent 04c8438ca2
commit 75142f14b9

View File

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