Add prompt for verbosity.

This commit is contained in:
Aaron Tan
2017-05-04 14:32:08 -04:00
parent 6c7028f657
commit 18ba56964f
6 changed files with 30 additions and 8 deletions

View File

@@ -105,6 +105,7 @@ def jt_ask(job_template_factory):
jt.ask_skip_tags_on_launch = True
jt.ask_limit_on_launch = True
jt.ask_tags_on_launch = True
jt.ask_verbosity_on_launch = True
return jt