feat: v1.7.11, pending add sign jwt

This commit is contained in:
2023-11-17 00:11:50 +08:00
parent d5fd1ad57a
commit f8bf21f549
5 changed files with 114 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ mod cmd_chall;
mod cmd_challconfig;
mod cmd_sshagent;
mod cmd_pgpageaddress;
mod cmd_signjwt;
pub struct DefaultCommandImpl;
@@ -94,6 +95,7 @@ fn inner_main() -> CommandError {
Box::new(cmd_u2fsign::CommandImpl),
Box::new(cmd_sshagent::CommandImpl),
Box::new(cmd_pgpageaddress::CommandImpl),
Box::new(cmd_signjwt::CommandImpl),
];
let mut app = App::new(env!("CARGO_PKG_NAME"))
.version(env!("CARGO_PKG_VERSION"))