mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-21 19:34:26 +08:00
Add replacement support
This commit is contained in:
@@ -80,6 +80,9 @@ pub struct ImportArgs {
|
||||
#[arg(long)]
|
||||
/// Name table file
|
||||
pub name_csv: Option<String>,
|
||||
#[arg(long)]
|
||||
/// Replacement table file
|
||||
pub replacement_json: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Subcommand, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user