feat: add chall, challconfig
This commit is contained in:
@@ -10,6 +10,9 @@ mod pgp;
|
||||
mod pgpcardutil;
|
||||
mod pgpcardlist;
|
||||
mod pgpcardsign;
|
||||
mod piv;
|
||||
mod chall;
|
||||
mod challconfig;
|
||||
|
||||
use clap::{App, AppSettings};
|
||||
use cmd::{Command, CommandError};
|
||||
@@ -29,6 +32,9 @@ fn inner_main() -> CommandError {
|
||||
Box::new(pgp::CommandImpl),
|
||||
Box::new(pgpcardlist::CommandImpl),
|
||||
Box::new(pgpcardsign::CommandImpl),
|
||||
Box::new(piv::CommandImpl),
|
||||
Box::new(chall::CommandImpl),
|
||||
Box::new(challconfig::CommandImpl),
|
||||
];
|
||||
let mut app = App::new(env!("CARGO_PKG_NAME"))
|
||||
.version(env!("CARGO_PKG_VERSION"))
|
||||
|
||||
Reference in New Issue
Block a user