Add replacement support

This commit is contained in:
2025-05-22 10:26:19 +08:00
parent f64a702ef5
commit 3622cac8a8
6 changed files with 46 additions and 6 deletions

View File

@@ -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)]