mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 23:18:47 +08:00
Add --backslash for pack command ( fix #1 )
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user