Add name table support

This commit is contained in:
2025-05-21 12:48:09 +08:00
parent 99210a19cf
commit a073b72f6f
7 changed files with 80 additions and 1 deletions

View File

@@ -77,6 +77,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)]
/// Name table file
pub name_csv: Option<String>,
}
#[derive(Subcommand, Debug)]