feat: pgp-age-address

This commit is contained in:
2023-10-06 11:07:47 +08:00
parent a544daae67
commit 362a4ca81b
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ mod cmd_pivgenerate;
mod cmd_chall;
mod cmd_challconfig;
mod cmd_sshagent;
mod cmd_ageaddress;
mod cmd_pgpageaddress;
pub struct DefaultCommandImpl;
@@ -86,7 +86,7 @@ fn inner_main() -> CommandError {
Box::new(cmd_u2fregister::CommandImpl),
Box::new(cmd_u2fsign::CommandImpl),
Box::new(cmd_sshagent::CommandImpl),
Box::new(cmd_ageaddress::CommandImpl),
Box::new(cmd_pgpageaddress::CommandImpl),
];
let mut app = App::new(env!("CARGO_PKG_NAME"))
.version(env!("CARGO_PKG_VERSION"))