mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 06:44:23 +01:00
Fixed the sober flag
This commit is contained in:
@@ -355,7 +355,7 @@ class InputParser(object):
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--no-bar', '--sober', dest='sober', action='store_true', default=True,
|
||||
'--no-bar', '--sober', dest='sober', action='store_true', default=False,
|
||||
help='If set then progress bar will be stripped out'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user