mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 07:28:49 +08:00
Add BGI Image decode support
Fix DSC decompress
This commit is contained in:
@@ -16,6 +16,10 @@ pub struct Arg {
|
||||
#[arg(short = 'T', long, value_enum, global = true)]
|
||||
/// Output script type
|
||||
pub output_type: Option<OutputScriptType>,
|
||||
#[cfg(feature = "image")]
|
||||
#[arg(short = 'i', long, value_enum, global = true)]
|
||||
/// Output image type
|
||||
pub image_type: Option<ImageOutputType>,
|
||||
#[arg(short = 'e', long, value_enum, global = true, group = "encodingg")]
|
||||
/// Script encoding
|
||||
pub encoding: Option<TextEncoding>,
|
||||
|
||||
Reference in New Issue
Block a user