Add a new option

This commit is contained in:
2025-09-03 22:59:22 +08:00
parent 4d5ad39e24
commit cc72c89f0c
4 changed files with 58 additions and 2 deletions

View File

@@ -83,6 +83,9 @@ pub struct Arg {
#[arg(short = 'T', long, value_enum, global = true)]
/// Output script type
pub output_type: Option<OutputScriptType>,
#[arg(short = 'n', long, global = true)]
/// Disable extra extension when locating/export output script
pub output_no_extra_ext: bool,
#[cfg(feature = "image")]
#[arg(short = 'i', long, value_enum, global = true)]
/// Output image type