This commit is contained in:
valoq 2025-07-12 18:55:10 +02:00
parent a6cf506635
commit b019ffb8a6
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8

View File

@ -69,6 +69,7 @@ pub fn run(
fast, fast,
slow, slow,
follow_symlinks, follow_symlinks,
disable_sandbox,
} => { } => {
// After cleaning, if there are no input files left, exit // After cleaning, if there are no input files left, exit
if files.is_empty() { 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![]; let mut formats = vec![];
if let Some(format) = args.format { if let Some(format) = args.format {