feat: v1.12.9
This commit is contained in:
@@ -9,6 +9,22 @@ pub fn build_slot_arg() -> Arg<'static, 'static> {
|
||||
.help("PIV slot, e.g. 82, 83 ... 95, 9a, 9c, 9d, 9e")
|
||||
}
|
||||
|
||||
pub fn build_with_hmac_encrypt_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("with-hmac-encrypt").long("with-hmac-encrypt").help("With HMAC encrypt")
|
||||
}
|
||||
|
||||
pub fn build_with_pbe_encrypt_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("with-pbe-encrypt").long("with-pbe-encrypt").help("With PBE encryption")
|
||||
}
|
||||
|
||||
pub fn build_double_pin_check_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("double-pin-check").long("double-pin-check").help("Double PIN check")
|
||||
}
|
||||
|
||||
pub fn build_pbe_iteration_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("pbe-iteration").long("pbe-iteration").takes_value(true).help("PBE iteration, default 100000")
|
||||
}
|
||||
|
||||
pub fn build_serial_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("serial").long("serial").takes_value(true).help("Serial number")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user