Add catsystem2 int archive support

This commit is contained in:
2025-06-29 13:27:04 +08:00
parent 63286fe5a0
commit 0a6ac0afcb
12 changed files with 654 additions and 4 deletions

View File

@@ -102,6 +102,10 @@ pub struct Arg {
/// Whether to create scrambled SysGrp images. When in import mode, the default value depends on the original image.
/// When in creation mode, it is not enabled by default.
pub bgi_img_scramble: Option<bool>,
#[cfg(feature = "cat-system-arc")]
#[arg(long, global = true)]
/// CatSystem2 engine int archive password
pub cat_system_int_encrypt_password: Option<String>,
#[command(subcommand)]
/// Command
pub command: Command,