Batch implies Verbose.

This commit is contained in:
Andris Raugulis 2016-09-02 16:32:32 +03:00
parent 34ae7d9bec
commit c759e53779

View File

@ -638,6 +638,7 @@ def parse_args():
usage()
elif o in ('-b', '--batch'):
out.batch = True
out.verbose = True
elif o in ('-n', '--no-colors'):
out.colors = False
elif o in ('-v', '--verbose'):