mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-03 03:40:46 +08:00
Fix lua parse/dump bug
This commit is contained in:
@@ -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 } => {
|
||||
|
||||
Reference in New Issue
Block a user