Add artemis txt script support

This commit is contained in:
2025-08-17 17:19:13 +08:00
parent 1df6f0e414
commit 5898d8f94e
7 changed files with 1252 additions and 0 deletions

View File

@@ -1763,6 +1763,12 @@ fn main() {
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,
#[cfg(feature = "artemis")]
artemis_txt_blacklist_names: std::sync::Arc::new(std::collections::HashSet::from_iter(
arg.artemis_txt_blacklist_names.iter().cloned(),
)),
#[cfg(feature = "artemis")]
artemis_txt_lang: arg.artemis_txt_lang.clone(),
};
match &arg.command {
args::Command::Export { input, output } => {