1
0
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:
2025-11-28 17:20:26 +01:00
committed by GitHub
parent cd5da53217
commit 92e9d6337b
4 changed files with 172 additions and 241 deletions

View File

@@ -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>,
},
}