mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 23:48:45 +08:00
Add compress supprot for qlie pack archive
This commit is contained in:
@@ -643,6 +643,10 @@ pub struct Arg {
|
||||
#[arg(long, global = true)]
|
||||
/// Path to qlie pack archive key file (pack_keyfile_kfueheish15538fa9or.key)
|
||||
pub qlie_pack_keyfile: Option<String>,
|
||||
#[cfg(feature = "qlie-arc")]
|
||||
#[arg(long, global = true, action = ArgAction::SetTrue)]
|
||||
/// Whether to compress files in Qlie pack archive.
|
||||
pub qlie_pack_compress_files: bool,
|
||||
#[command(subcommand)]
|
||||
/// Command
|
||||
pub command: Command,
|
||||
|
||||
Reference in New Issue
Block a user