Add new args

This commit is contained in:
2025-07-31 16:47:56 +08:00
parent 8c565ad233
commit b878ad0e7a
2 changed files with 29 additions and 4 deletions

View File

@@ -233,6 +233,9 @@ pub struct Arg {
#[arg(long, global = true, value_enum, default_value_t = crate::scripts::circus::image::crx::CircusCrxMode::Auto)]
/// Circus CRX image row type mode
pub circus_crx_mode: crate::scripts::circus::image::crx::CircusCrxMode,
#[arg(short = 'F', long, global = true, action = ArgAction::SetTrue)]
/// Force all files in archive to be treated as script files.
pub force_script: bool,
#[command(subcommand)]
/// Command
pub command: Command,