mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 23:18:47 +08:00
Add a new option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user