mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Tell early parser not to add help
This commit is contained in:
parent
8e89c1b361
commit
bcc31fb19b
@ -9,7 +9,8 @@ import sys
|
|||||||
|
|
||||||
from UM.Platform import Platform
|
from UM.Platform import Platform
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(prog = "cura")
|
parser = argparse.ArgumentParser(prog = "cura",
|
||||||
|
add_help = False)
|
||||||
parser.add_argument('--debug',
|
parser.add_argument('--debug',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default = False,
|
default = False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user