Add --backslash for pack command ( fix #1 )

This commit is contained in:
2025-09-27 19:34:03 +08:00
parent 292dce240b
commit d15fb0013b
2 changed files with 17 additions and 3 deletions

View File

@@ -572,6 +572,9 @@ pub enum Command {
input: String,
/// Output archive file
output: Option<String>,
#[arg(long)]
/// Use \ as path separator instead of / in archive
backslash: bool,
},
/// Unpack archive to directory
Unpack {