Add a new option to disable new willplus script parser

This commit is contained in:
2025-08-13 16:15:41 +08:00
parent 959b740343
commit 8947b84b7e
7 changed files with 28 additions and 12 deletions

View File

@@ -1753,6 +1753,8 @@ fn main() {
}),
#[cfg(feature = "entis-gls")]
entis_gls_srcxml_lang: arg.entis_gls_srcxml_lang.clone(),
#[cfg(feature = "will-plus")]
will_plus_ws2_no_disasm: arg.will_plus_ws2_no_disasm,
};
match &arg.command {
args::Command::Export { input, output } => {