mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add support to compress files to paz archive
This commit is contained in:
@@ -545,6 +545,10 @@ pub struct Arg {
|
||||
#[arg(long, global = true)]
|
||||
/// Musica xor key for paz archive.
|
||||
pub musica_xor_key: Option<u8>,
|
||||
#[cfg(feature = "musica-arc")]
|
||||
#[arg(long, global = true)]
|
||||
/// Compress files in Musica paz archive when packing paz archive.
|
||||
pub musica_compress: bool,
|
||||
#[command(subcommand)]
|
||||
/// Command
|
||||
pub command: Command,
|
||||
|
||||
Reference in New Issue
Block a user