mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-22 20:04:20 +08:00
add new image option
This commit is contained in:
@@ -145,6 +145,10 @@ pub struct Arg {
|
||||
)]
|
||||
/// Kirikiri message commands, used to extract more message from ks script.
|
||||
pub kirikiri_message_commands: Vec<String>,
|
||||
#[cfg(feature = "image")]
|
||||
#[arg(short = 'f', long, global = true)]
|
||||
/// Output multiple image as <basename>_<name>.<ext> instead of <basename>/<name>.<ext>
|
||||
pub image_output_flat: bool,
|
||||
#[command(subcommand)]
|
||||
/// Command
|
||||
pub command: Command,
|
||||
|
||||
Reference in New Issue
Block a user