feat: v1.11.12, optimize no-pin
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user