mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-18 17:04:50 +08:00
Add new options
This commit is contained in:
@@ -476,6 +476,10 @@ pub struct Arg {
|
||||
#[arg(long, global = true)]
|
||||
/// Disable multiple messages section support.
|
||||
pub no_multi_message: bool,
|
||||
#[cfg(feature = "softpal")]
|
||||
#[arg(long, global = true, visible_alias = "softpal-idx")]
|
||||
/// Whether to add message index to Softpal src script when exporting.
|
||||
pub softpal_add_message_index: bool,
|
||||
#[command(subcommand)]
|
||||
/// Command
|
||||
pub command: Command,
|
||||
|
||||
Reference in New Issue
Block a user