feat: v1.13.7, add subcommand yubikey
This commit is contained in:
@@ -15,9 +15,9 @@ impl Command for CommandImpl {
|
||||
fn subcommand<'a>(&self) -> App<'a, 'a> {
|
||||
SubCommand::with_name(self.name())
|
||||
.about("YubiKey HMAC decrypt")
|
||||
.arg(Arg::with_name("ciphertext").long("ciphertext").takes_value(true).required(true).help("Ciphertext"), )
|
||||
.arg(Arg::with_name("ciphertext").long("ciphertext").short("t").takes_value(true).required(true).help("Ciphertext"), )
|
||||
.arg(Arg::with_name("auto-pbe").long("auto-pbe").help("Auto PBE decryption"))
|
||||
.arg(Arg::with_name("password").long("password").takes_value(true).help("Password"))
|
||||
.arg(Arg::with_name("password").long("password").short("P").takes_value(true).help("Password"))
|
||||
.arg(Arg::with_name("outputs-password").long("outputs-password").help("Outputs password"))
|
||||
.arg(cmdutil::build_json_arg())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user