feat: v1.7.11, pending add sign jwt
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user