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