We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8565f47 commit d0182a1Copy full SHA for d0182a1
1 file changed
src/lightspeed_stack.py
@@ -31,15 +31,15 @@ def create_argument_parser() -> ArgumentParser:
31
dest="verbose",
32
help="make it verbose",
33
action="store_true",
34
- default=None,
+ default=False,
35
)
36
parser.add_argument(
37
"-d",
38
"--dump-configuration",
39
dest="dump_configuration",
40
help="dump actual configuration into JSON file and quit",
41
42
43
44
45
"-c",
0 commit comments