Add PACK support

This commit is contained in:
2025-06-04 12:33:56 +08:00
parent ec9a163c39
commit 6e8d248ed2
5 changed files with 156 additions and 15 deletions

View File

@@ -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 {