Add flag for hiding processing results with the process verb
This commit is contained in:
parent
8231cabf33
commit
750c23a3c7
2 changed files with 14 additions and 4 deletions
|
@ -27,4 +27,5 @@ class ProcessVerb(VerbExtension):
|
|||
return process(
|
||||
args.input_path,
|
||||
args.force_conversion,
|
||||
args.hide_results,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue