feat: pgp-age-address
This commit is contained in:
@@ -11,7 +11,7 @@ const AGE_PUBLIC_KEY_PREFIX: &str = "age";
|
||||
pub struct CommandImpl;
|
||||
|
||||
impl Command for CommandImpl {
|
||||
fn name(&self) -> &str { "age-address" }
|
||||
fn name(&self) -> &str { "pgp-age-address" }
|
||||
|
||||
fn subcommand<'a>(&self) -> App<'a, 'a> {
|
||||
SubCommand::with_name(self.name()).about("OpenPGP Card Encryption key to age address")
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user