mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-19 16:10:53 +00:00
testing
This commit is contained in:
parent
a6cf506635
commit
b019ffb8a6
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user