diff --git a/cli/src/main.rs b/cli/src/main.rs index 61f66768..c71cff7e 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -89,6 +89,7 @@ struct CommonLeaderArgs { /// Length of code (in bytes/words) #[arg(short = 'c', long, value_name = "NUMWORDS", default_value = "2")] code_length: usize, + /// Generate QR code from send link #[arg(long)] qr: bool, }