File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ plugin_generate.SimulatorCompiler
28
28
plugin_generate.TemplateGenerator
29
29
plugin_package.CCPluginPackage
30
30
plugin_framework.CCPluginFramework
31
- plugin_gui.CCPluginGUI
31
+ # plugin_gui.CCPluginGUI
32
32
# plugin_version.CCPluginVersion
33
33
# plugin_install.CCPluginInstall
34
34
# plugin_update.CCPluginUpdate
Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ def parse_args(self, argv):
129
129
group .add_argument ("-l" , "--language" ,
130
130
choices = ["cpp" , "lua" , "js" ],
131
131
help = MultiLanguage .get_string ('NEW_ARG_LANG' ))
132
- group .add_argument ("--list-templates" , action = "store_true" ,
133
- help = 'List available templates. To be used with --template option.' )
134
- group .add_argument ("-k" , "--template-name" ,
135
- help = 'Name of the template to be used to create the game. To list available names, use --list-templates.' )
132
+ # group.add_argument("--list-templates", action="store_true",
133
+ # help='List available templates. To be used with --template option.')
134
+ # group.add_argument("-k", "--template-name",
135
+ # help='Name of the template to be used to create the game. To list available names, use --list-templates.')
136
136
137
137
# parse the params
138
138
args = parser .parse_args (argv )
You can’t perform that action at this time.
0 commit comments