Add flag for hiding processing results with the process verb

This commit is contained in:
Christophe Bedard 2019-11-17 14:38:20 -08:00
parent 8231cabf33
commit 750c23a3c7
2 changed files with 14 additions and 4 deletions

View file

@ -27,4 +27,5 @@ class ProcessVerb(VerbExtension):
return process(
args.input_path,
args.force_conversion,
args.hide_results,
)