mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-26 05:37:13 +08:00
Allow fixed formatter to keep space at line start
This commit is contained in:
@@ -695,6 +695,9 @@ pub struct ImportArgs {
|
||||
#[arg(long, action = ArgAction::SetTrue)]
|
||||
/// Whether to disable break Chinese words at the end of the line.
|
||||
pub patched_no_break_chinese_words: bool,
|
||||
#[arg(long, action = ArgAction::SetTrue)]
|
||||
/// Do not remove space at the start of the line
|
||||
pub patched_no_remove_space_at_line_start: bool,
|
||||
#[arg(long)]
|
||||
/// Name table file
|
||||
pub name_csv: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user