Add pack support for Qlie Pack Archive (.pack) v3.1

This commit is contained in:
2026-01-31 00:05:11 +08:00
parent fc6910df0a
commit 487d403d60
11 changed files with 937 additions and 14 deletions

View File

@@ -639,6 +639,10 @@ pub struct Arg {
#[arg(long, global = true, action = ArgAction::SetTrue)]
/// Disable process ABMP10 images in ABMP10 images.
pub qlie_abmp10_no_process_abmp10: bool,
#[cfg(feature = "qlie-arc")]
#[arg(long, global = true)]
/// Path to qlie pack archive key file (pack_keyfile_kfueheish15538fa9or.key)
pub qlie_pack_keyfile: Option<String>,
#[command(subcommand)]
/// Command
pub command: Command,