mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
pack allow empty output
This commit is contained in:
@@ -130,7 +130,7 @@ pub enum Command {
|
||||
/// Input directory
|
||||
input: String,
|
||||
/// Output archive file
|
||||
output: String,
|
||||
output: Option<String>,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user