mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-23 06:56:24 +00:00
Fix debug argument
It simply didn't work
This commit is contained in:
parent
f21c56873d
commit
143c2b4c61
@ -61,6 +61,7 @@ def parse_arguments() -> argparse.Namespace:
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--debug',
|
'--debug',
|
||||||
help = "Enable debug messages",
|
help = "Enable debug messages",
|
||||||
dest = "debug"
|
dest = "debug",
|
||||||
|
action="store_true",
|
||||||
)
|
)
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user