feat: v1.11.12, optimize no-pin

This commit is contained in:
2025-03-28 23:25:53 +08:00
parent 3a40d7f0ad
commit 417e3f6a49
11 changed files with 17 additions and 13 deletions

View File

@@ -13,6 +13,10 @@ pub fn build_pin_arg() -> Arg<'static, 'static> {
Arg::with_name("pin").short("p").long("pin").takes_value(true).help("PIV card user PIN")
}
pub fn build_no_pin_arg() -> Arg<'static, 'static> {
Arg::with_name("no-pin").long("no-pin").help("No PIN")
}
pub fn build_keychain_name_arg() -> Arg<'static, 'static> {
Arg::with_name("keychain-name")
.long("keychain-name")