mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-13 00:18:51 +08:00
Add name table support
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user