mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 07:28:49 +08:00
Add PACK support
This commit is contained in:
@@ -126,6 +126,12 @@ pub enum Command {
|
||||
},
|
||||
/// Import to script
|
||||
Import(ImportArgs),
|
||||
Pack {
|
||||
/// Input directory
|
||||
input: String,
|
||||
/// Output archive file
|
||||
output: String,
|
||||
},
|
||||
}
|
||||
|
||||
pub fn parse_args() -> Arg {
|
||||
|
||||
Reference in New Issue
Block a user