From 3456f0e1f8fb59aed918075250b2f112b91a2255 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 25 Feb 2016 08:37:01 +0800 Subject: optimizate the menu of task --- xmake/plugins/macro.lua | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'xmake/plugins/macro.lua') diff --git a/xmake/plugins/macro.lua b/xmake/plugins/macro.lua index 4edcccc79..53d2dd82e 100755 --- a/xmake/plugins/macro.lua +++ b/xmake/plugins/macro.lua @@ -40,20 +40,6 @@ task("macro") -- options , options = { - {'f', "file", "kv", nil, "Read a given xmake.lua file." } - , {'P', "project", "kv", nil, "Change to the given project directory." - , "Search priority:" - , " 1. The Given Command Argument" - , " 2. The Envirnoment Variable: XMAKE_PROJECT_DIR" - , " 3. The Current Directory" } - - , {} - , {'v', "verbose", "k", nil, "Print lots of verbose information." } - , {nil, "version", "k", nil, "Print the version number and exit." } - , {'h', "help", "k", nil, "Print this help message and exit." } - - , {} - , {nil, "name", "v", nil, "Configure for the given macro name." } - + {nil, "name", "v", nil, "Configure for the given macro name." } } }) -- cgit v1.3.1