From a18329f70248fdabc9aecd9086d124ad8460dd23 Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Mon, 23 May 2022 21:26:07 +0200 Subject: [PATCH] clap doesnt like hex --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d13e6ab..80c58a5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ use crate::card::PCSCCard; #[clap(author, version, about, long_about = None)] struct Args { /// Application id to use - #[clap(long = "id", default_value = "0x464142")] + #[clap(long = "id", default_value = "4604226")] app_id: u32, /// Masterkey for the PICC