feat: add pgp card sign
This commit is contained in:
@@ -8,6 +8,7 @@ mod register;
|
||||
mod sign;
|
||||
mod pgp;
|
||||
mod pgpcardlist;
|
||||
mod pgpcardsign;
|
||||
|
||||
use clap::{App, AppSettings};
|
||||
use cmd::{Command, CommandError};
|
||||
@@ -26,6 +27,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(sign::CommandImpl),
|
||||
Box::new(pgp::CommandImpl),
|
||||
Box::new(pgpcardlist::CommandImpl),
|
||||
Box::new(pgpcardsign::CommandImpl),
|
||||
];
|
||||
let mut app = App::new(env!("CARGO_PKG_NAME"))
|
||||
.version(env!("CARGO_PKG_VERSION"))
|
||||
|
||||
Reference in New Issue
Block a user