Fix lua parse/dump bug

This commit is contained in:
2025-07-23 21:03:21 +08:00
parent 00439d8e6b
commit f738bbf25b
7 changed files with 237 additions and 35 deletions

View File

@@ -1440,6 +1440,8 @@ fn main() {
artemis_no_indent: arg.artemis_no_indent,
#[cfg(feature = "artemis")]
artemis_max_line_width: arg.artemis_max_line_width,
#[cfg(feature = "artemis")]
artemis_ast_lang: arg.artemis_ast_lang.clone(),
};
match &arg.command {
args::Command::Export { input, output } => {