all: deduplicate -v/-q setup

This commit is contained in:
Daniel Martí 2015-09-11 23:42:50 -07:00
parent b42b45f762
commit 576da1d048
17 changed files with 23 additions and 64 deletions

View file

@ -36,10 +36,7 @@ def main():
# Parse command line...
parser = ArgumentParser(usage="%(prog)s [options]")
parser.add_argument("-v", "--verbose", action="store_true", default=False,
help="Spew out even more information than normal")
parser.add_argument("-q", "--quiet", action="store_true", default=False,
help="Restrict output to warnings and errors")
common.setup_global_opts(parser)
options = parser.parse_args()
config = common.read_config(options)