mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-12-14 23:13:19 +00:00
feat: add long argument name for unzip dir (#59)
This commit is contained in:
@@ -127,7 +127,7 @@ pub enum SubCommand {
|
||||
help = "Passwort der OSB-Datei (Optional)"
|
||||
)]
|
||||
password: Option<String>,
|
||||
#[arg(short = 'd', help = "Zielverzeichnis (Optional)")]
|
||||
#[arg(short = 'd', long = "dir", help = "Zielverzeichnis (Optional)")]
|
||||
dir: Option<String>,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user