feat: v1.12.2
This commit is contained in:
@@ -9,6 +9,11 @@ pub fn build_slot_arg() -> Arg<'static, 'static> {
|
||||
.help("PIV slot, e.g. 82, 83 ... 95, 9a, 9c, 9d, 9e")
|
||||
}
|
||||
|
||||
pub fn build_serial_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("serial").long("serial").takes_value(true).help("Serial number")
|
||||
}
|
||||
|
||||
|
||||
pub fn build_pin_arg() -> Arg<'static, 'static> {
|
||||
Arg::with_name("pin").short("p").long("pin").takes_value(true).help("PIV card user PIN")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user