mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-24 12:47:04 +08:00
Add a new option to disable new willplus script parser
This commit is contained in:
@@ -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 } => {
|
||||
|
||||
Reference in New Issue
Block a user