feat: add pgp card admin
This commit is contained in:
@@ -10,6 +10,7 @@ mod cmd_u2fregister;
|
||||
mod cmd_u2fsign;
|
||||
mod cmd_pgp;
|
||||
mod pgpcardutil;
|
||||
mod cmd_pgpcardadmin;
|
||||
mod cmd_pgpcardlist;
|
||||
mod cmd_pgpcardsign;
|
||||
mod cmd_pgpcarddecrypt;
|
||||
@@ -41,6 +42,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_chall::CommandImpl),
|
||||
Box::new(cmd_challconfig::CommandImpl),
|
||||
Box::new(cmd_pgp::CommandImpl),
|
||||
Box::new(cmd_pgpcardadmin::CommandImpl),
|
||||
Box::new(cmd_pgpcardlist::CommandImpl),
|
||||
Box::new(cmd_pgpcardsign::CommandImpl),
|
||||
Box::new(cmd_pgpcarddecrypt::CommandImpl),
|
||||
|
||||
Reference in New Issue
Block a user