Add multiple part messages support

This commit is contained in:
2025-09-19 21:42:04 +08:00
parent c4deb47716
commit b1aae1c75d
6 changed files with 1004 additions and 0 deletions

View File

@@ -473,6 +473,9 @@ pub struct Arg {
/// Whether to use compression for Softpal Pgd images.
/// WARN: Compress may cause image broken.
pub pgd_compress: bool,
#[arg(long, global = true)]
/// Disable multiple messages section support.
pub no_multi_message: bool,
#[command(subcommand)]
/// Command
pub command: Command,