Add import multi support

This commit is contained in:
2026-01-19 15:10:34 +08:00
parent c075d4593f
commit 4670f4e2e7
6 changed files with 450 additions and 4 deletions

View File

@@ -617,6 +617,10 @@ pub struct Arg {
#[arg(long, global = true, action = ArgAction::SetTrue, alias = "entis-gls-csx-diasm")]
/// Disassemble Entis GLS csx script when exporting in custom mode.
pub entis_gls_csx_disasm: bool,
#[cfg(feature = "entis-gls")]
#[arg(long, global = true, default_value = "")]
/// The line feed character used in Entis GLS csx script.
pub entis_gls_csx_lf: String,
#[command(subcommand)]
/// Command
pub command: Command,