We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
same-password
password
1 parent a590007 commit 5f41de0Copy full SHA for 5f41de0
src/main.rs
@@ -47,11 +47,11 @@ struct Args {
47
password_b: Option<String>,
48
49
/// Sets the password for both files (if it's the same for both files)
50
- #[clap(name = "passwords", long)]
+ #[clap(name = "passwords", long, short)]
51
passwords: Option<String>,
52
53
/// Asks for password only once, and tries to open both files with it
54
- #[clap(name = "same-password", long)]
+ #[clap(name = "same-password", long, short)]
55
same_password: bool,
56
57
/// Sets no password for the first file (and will not ask for it)
0 commit comments