mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 14:54:21 +01:00
Added in a progress bar and a flag to surpress the progress bar
This commit is contained in:
@@ -354,6 +354,11 @@ class InputParser(object):
|
||||
'stripped out.'
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--no-bar', '--sober', dest='sober', action='store_true', default=True,
|
||||
help='If set then progress bar be stripped out'
|
||||
)
|
||||
|
||||
output_types = parser.add_mutually_exclusive_group()
|
||||
output_types.add_argument(
|
||||
'-v', '--verbose', dest='verbose', action='store_true', default=False,
|
||||
|
||||
Reference in New Issue
Block a user