mirror of
https://gitlab.com/fabinfra/fabaccess/FabFire-Provisioning-Tool.git
synced 2025-03-12 14:51:45 +01:00
clap doesnt like hex
This commit is contained in:
parent
d8150becf0
commit
a18329f702
@ -19,7 +19,7 @@ use crate::card::PCSCCard;
|
|||||||
#[clap(author, version, about, long_about = None)]
|
#[clap(author, version, about, long_about = None)]
|
||||||
struct Args {
|
struct Args {
|
||||||
/// Application id to use
|
/// Application id to use
|
||||||
#[clap(long = "id", default_value = "0x464142")]
|
#[clap(long = "id", default_value = "4604226")]
|
||||||
app_id: u32,
|
app_id: u32,
|
||||||
|
|
||||||
/// Masterkey for the PICC
|
/// Masterkey for the PICC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user