From b019ffb8a6b0e15249cd6c8e9c2781482fb46e5e Mon Sep 17 00:00:00 2001 From: valoq Date: Sat, 12 Jul 2025 18:55:10 +0200 Subject: [PATCH] testing --- src/commands/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 15b9b65..629e0f0 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -69,6 +69,7 @@ pub fn run( fast, slow, follow_symlinks, + disable_sandbox, } => { // After cleaning, if there are no input files left, exit if files.is_empty() { @@ -222,7 +223,8 @@ pub fn run( }) }) } - Subcommand::List { archives: files, tree } => { + // check again if we need to provide disable_sandbox as argument here + Subcommand::List { archives: files, tree, disable_sandbox} => { let mut formats = vec![]; if let Some(format) = args.format {