feat: add new fixed formatter option

This commit is contained in:
2025-09-01 18:50:27 +08:00
parent 94b489f412
commit 3469f6babb
7 changed files with 153 additions and 14 deletions

View File

@@ -434,6 +434,9 @@ pub struct ImportArgs {
#[arg(long, action = ArgAction::SetTrue)]
/// Break words in patched script (for fixed format)
pub patched_break_words: bool,
#[arg(long, action = ArgAction::SetTrue)]
/// Insert fullwidth space at the start of line in patched script (for fixed format)
pub patched_insert_fullwidth_space_at_line_start: bool,
#[arg(long)]
/// Name table file
pub name_csv: Option<String>,