src/Application.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 06:11:35 +0000 (14:11 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 06:11:35 +0000 (14:11 +0800)
src/Application.vala

index c4840a7..e896c23 100644 (file)
@@ -60,6 +60,8 @@
                        { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null },
             
             // some testing code.
+            { "list-projects", 0, 0,  OptionArg.NONE, ref opt_debug, "Show debug messages", null 
+            
             { "bjs", 0, 0, OptionArg.STRING, ref opt_bjs_compile, "convert bjs file", null },
             { "bjs-target", 0, 0, OptionArg.STRING, ref opt_bjs_compile_target, "convert bjs file to tareet  : vala / js", null },