Disable output file not found warning by default

This commit is contained in:
2025-06-10 11:27:04 +08:00
parent dac8aaae85
commit d67d1d617e
2 changed files with 9 additions and 5 deletions

View File

@@ -132,6 +132,8 @@ pub struct ImportArgs {
#[arg(long)]
/// Replacement table file
pub replacement_json: Option<String>,
#[arg(long, action = ArgAction::SetTrue)]
pub warn_when_output_file_not_found: bool,
}
#[derive(Subcommand, Debug)]