summaryrefslogtreecommitdiff
path: root/xmake/scripts/base
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-03 16:21:14 +0800
committerruki <[email protected]>2015-06-03 16:21:14 +0800
commitfc3638d5128d6f652d79df8985ca5efcb104d22f (patch)
tree87ddca12301de8a3e19b210708288ebfdee31f28 /xmake/scripts/base
parentbcb0d8e7eb53865f627cadd79eb181de34e86f5a (diff)
run the given target
Diffstat (limited to 'xmake/scripts/base')
-rw-r--r--xmake/scripts/base/main.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua
index 92df2c29c..830a958d6 100644
--- a/xmake/scripts/base/main.lua
+++ b/xmake/scripts/base/main.lua
@@ -343,7 +343,11 @@ local menu =
-- options
, options =
{
- {'f', "file", "kv", "xmake.xproj","Read a given xmake.xproj file." }
+ {'d', "debug", "k", nil, "Run and debug the given target." }
+ , {nil, "debugger", "kv", "auto", "Set the debugger path." }
+
+ , {}
+ , {'f', "file", "kv", "xmake.xproj","Read a given xmake.xproj file." }
, {'P', "project", "kv", nil, "Change to the given project directory."
, "Search priority:"
, " 1. The Given Command Argument"