Add compress supprot for qlie pack archive

This commit is contained in:
2026-01-31 14:14:59 +08:00
parent 487d403d60
commit 3c424a28c0
5 changed files with 297 additions and 4 deletions

View File

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