From 8cb0497b226d8a05c8d353d5a764cff73690747f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 30 May 2016 14:11:35 +0800 Subject: [PATCH] src/Application.vala --- src/Application.vala | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- 2.39.2