Add support to compress files to paz archive

This commit is contained in:
2025-11-03 12:11:05 +08:00
parent 9da81ddfaa
commit 64a487da57
5 changed files with 148 additions and 35 deletions

View File

@@ -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,