mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-27 22:26:51 +08:00
Allow to export abmp10 image recursive
This commit is contained in:
@@ -635,6 +635,10 @@ pub struct Arg {
|
||||
#[arg(long, global = true, action = ArgAction::SetTrue)]
|
||||
/// Disable part labels in Entis GLS csx script when exporting.
|
||||
pub entis_gls_csx_no_part_label: bool,
|
||||
#[cfg(feature = "qlie-img")]
|
||||
#[arg(long, global = true, action = ArgAction::SetTrue)]
|
||||
/// Disable process ABMP10 images in ABMP10 images.
|
||||
pub qlie_abmp10_no_process_abmp10: bool,
|
||||
#[command(subcommand)]
|
||||
/// Command
|
||||
pub command: Command,
|
||||
|
||||
Reference in New Issue
Block a user