From: Alan Knowles Date: Mon, 30 May 2016 06:11:35 +0000 (+0800) Subject: src/Application.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=8cb0497b226d8a05c8d353d5a764cff73690747f src/Application.vala --- diff --git a/src/Application.vala b/src/Application.vala index c4840a74c..e896c2311 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -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 },