mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add support to insert a new language to kirikiri scn script
This commit is contained in:
@@ -525,6 +525,10 @@ pub struct Arg {
|
||||
/// Workers count for packing file in Kirikiri XP3 archive in parallel.
|
||||
/// This not works when segment is disabled.
|
||||
pub xp3_pack_workers: usize,
|
||||
#[cfg(feature = "kirikiri")]
|
||||
#[arg(long, global = true)]
|
||||
/// Insert new language at the specified index in Kirikiri SCN script. If index is out of bounds, this flags will be ignored.
|
||||
pub kirikiri_language_insert: bool,
|
||||
#[command(subcommand)]
|
||||
/// Command
|
||||
pub command: Command,
|
||||
|
||||
Reference in New Issue
Block a user