diff options
Diffstat (limited to 'src/args.rs')
-rw-r--r-- | src/args.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/args.rs b/src/args.rs index 0d77806..80abe17 100644 --- a/src/args.rs +++ b/src/args.rs @@ -23,6 +23,9 @@ pub struct Args { number_of_values = 1 )] pub serial_numbers: Vec<nitrokey::SerialNumber>, + /// Sets the USB path of the device to connect to + #[structopt(long, global = true)] + pub usb_path: Option<String>, /// Disables the cache for all secrets. #[structopt(long, global = true)] pub no_cache: bool, |