mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 06:55:55 +08:00
cura_app: Adding help text for debug
This commit is contained in:
parent
f9554475be
commit
97196190d6
@ -12,7 +12,9 @@ from UM.Platform import Platform
|
||||
parser = argparse.ArgumentParser(prog = "cura")
|
||||
parser.add_argument('--debug',
|
||||
action='store_true',
|
||||
default = False
|
||||
default = False,
|
||||
help="Turn on the debug mode by setting this option."
|
||||
)
|
||||
)
|
||||
known_args, unknown_args = parser.parse_known_args()
|
||||
known_args = vars(known_args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user