feat: add ssh-agent-gpg
This commit is contained in:
@@ -55,6 +55,7 @@ mod cmd_sign_jwt_piv;
|
||||
mod cmd_sign_jwt_se;
|
||||
mod cmd_sign_jwt_soft;
|
||||
mod cmd_ssh_agent;
|
||||
mod cmd_ssh_agent_gpg;
|
||||
mod cmd_ssh_parse;
|
||||
mod cmd_ssh_parse_sign;
|
||||
mod cmd_ssh_piv_cert;
|
||||
@@ -139,6 +140,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_u2f_register::CommandImpl),
|
||||
Box::new(cmd_u2f_sign::CommandImpl),
|
||||
Box::new(cmd_ssh_agent::CommandImpl),
|
||||
Box::new(cmd_ssh_agent_gpg::CommandImpl),
|
||||
Box::new(cmd_ssh_parse_sign::CommandImpl),
|
||||
Box::new(cmd_ssh_piv_sign::CommandImpl),
|
||||
Box::new(cmd_ssh_piv_cert::CommandImpl),
|
||||
|
||||
Reference in New Issue
Block a user