mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
parent
f4153fa63e
commit
8fa0468787
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class CuraApplication(QtApplication):
|
||||||
self._plugin_registry.loadPlugin("CuraEngineBackend")
|
self._plugin_registry.loadPlugin("CuraEngineBackend")
|
||||||
|
|
||||||
def addCommandLineOptions(self, parser):
|
def addCommandLineOptions(self, parser):
|
||||||
|
super().addCommandLineOptions(parser)
|
||||||
parser.add_argument("file", nargs="*", help="Files to load after starting the application.")
|
parser.add_argument("file", nargs="*", help="Files to load after starting the application.")
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue