mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add basic emote psb file export support
This commit is contained in:
@@ -464,6 +464,10 @@ pub struct Arg {
|
||||
#[arg(long, global = true)]
|
||||
/// Path to custom jieba dictionary
|
||||
pub jieba_dict: Option<String>,
|
||||
#[cfg(feature = "emote-img")]
|
||||
#[arg(long, global = true, action = ArgAction::SetTrue, visible_alias = "psb-no-tlg")]
|
||||
/// Do not process TLG images in PSB files.
|
||||
pub psb_no_process_tlg: bool,
|
||||
#[command(subcommand)]
|
||||
/// Command
|
||||
pub command: Command,
|
||||
|
||||
Reference in New Issue
Block a user