mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Tell early parser not to add help
This commit is contained in:
parent
8e89c1b361
commit
bcc31fb19b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue