feat: add piv
This commit is contained in:
@@ -10,7 +10,7 @@ impl Command for CommandImpl {
|
||||
fn name(&self) -> &str { "chall" }
|
||||
|
||||
fn subcommand<'a>(&self) -> App<'a, 'a> {
|
||||
SubCommand::with_name(self.name()).about("OpenPGP Card List subcommand")
|
||||
SubCommand::with_name(self.name()).about("Yubikey challenge-response hmac")
|
||||
.arg(Arg::with_name("challenge").long("challenge").takes_value(true).help("Challenge"))
|
||||
.arg(Arg::with_name("challenge-hex").long("challenge-hex").takes_value(true).help("Challenge HEX"))
|
||||
.arg(Arg::with_name("json").long("json").help("JSON output"))
|
||||
|
||||
Reference in New Issue
Block a user