Add progress bar to optimize and add option to disable it

This commit is contained in:
James R. Barlow
2019-05-22 15:31:48 -07:00
parent 23dd77ce0f
commit 09ca1bee97
4 changed files with 57 additions and 32 deletions
+6
View File
@@ -175,6 +175,12 @@ jobcontrol.add_argument(
"`-v 1` typically for much more detailed logging. Higher numbers "
"are probably only useful in debugging.",
)
jobcontrol.add_argument(
'--no-progress-bar',
action='store_false',
dest='progress_bar',
help=argparse.SUPPRESS,
)
metadata = parser.add_argument_group(
"Metadata options",