Add new argument for fixed text formatter

This commit is contained in:
2025-08-20 23:05:46 +08:00
parent 5898d8f94e
commit bb27378450
7 changed files with 106 additions and 9 deletions

View File

@@ -401,6 +401,9 @@ pub struct ImportArgs {
#[arg(long, action = ArgAction::SetTrue)]
/// Keep original line breaks in patched script (for fixed format)
pub patched_keep_original: bool,
#[arg(long, action = ArgAction::SetTrue)]
/// Break words in patched script (for fixed format)
pub patched_break_words: bool,
#[arg(long)]
/// Name table file
pub name_csv: Option<String>,