src/Application.vala
authorAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2019 07:59:46 +0000 (15:59 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2019 07:59:46 +0000 (15:59 +0800)
src/Application.vala

index e2940fb..0875e7e 100644 (file)
@@ -64,6 +64,7 @@
             { "list-files", 0, 0,  OptionArg.NONE, ref  opt_list_files, "List Files (in a project", 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 target  : vala / js", null },
+            { "test-converter", 0, 0, OptionArg.NONE, ref opt_bjs_test, "convert bjs to js (and diff results)", null },
             
             
                        { null }