Remove default for output-flag
default still set through config-defaults, though Providing a default here suppressed config-option "output"
This commit is contained in:
parent
d1627d369f
commit
3a1d51a60b
|
@ -31,7 +31,7 @@ def cli():
|
|||
)
|
||||
parser.add_argument(
|
||||
'-o', '--output',
|
||||
type=str, help='path to the output-file', default='stats.html'
|
||||
type=str, help='path to the output-file'
|
||||
)
|
||||
parser.add_argument(
|
||||
'-d', '--debug',
|
||||
|
|
Loading…
Reference in New Issue