mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 15:12:57 +08:00
Add pack support for Qlie Pack Archive (.pack) v3.1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user