mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-18 23:50:35 +00:00
fix subcommand arguments
This commit is contained in:
parent
bfe773f9fb
commit
3633b383ff
@ -108,6 +108,10 @@ pub enum Subcommand {
|
|||||||
/// Disable Smart Unpack
|
/// Disable Smart Unpack
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
no_smart_unpack: bool,
|
no_smart_unpack: bool,
|
||||||
|
|
||||||
|
/// Mark sandbox as disabled
|
||||||
|
#[arg(long, global = true)]
|
||||||
|
disable_sandbox: bool,
|
||||||
},
|
},
|
||||||
/// List contents of an archive
|
/// List contents of an archive
|
||||||
#[command(visible_aliases = ["l", "ls"])]
|
#[command(visible_aliases = ["l", "ls"])]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user