fix subcommand arguments

This commit is contained in:
valoq 2025-07-12 17:57:11 +02:00
parent bfe773f9fb
commit 3633b383ff
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8

View File

@ -108,6 +108,10 @@ pub enum Subcommand {
/// Disable Smart Unpack
#[arg(long)]
no_smart_unpack: bool,
/// Mark sandbox as disabled
#[arg(long, global = true)]
disable_sandbox: bool,
},
/// List contents of an archive
#[command(visible_aliases = ["l", "ls"])]