summaryrefslogtreecommitdiff
path: root/xmake/plugins/macro/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-10-13 00:34:19 +0800
committerruki <[email protected]>2017-10-12 21:25:56 +0800
commitb8c25ec5b6d445464fa9c2e5dd33c5a640b5bcd4 (patch)
tree39f84cb332f8465b54cb36f6e20e666463039f2a /xmake/plugins/macro/xmake.lua
parent62fe8c95b363434e3c9fe109f7bdd7e1af41c2eb (diff)
add xmake macro ..
Diffstat (limited to 'xmake/plugins/macro/xmake.lua')
-rw-r--r--xmake/plugins/macro/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/plugins/macro/xmake.lua b/xmake/plugins/macro/xmake.lua
index 5aadd0263..fdfff037c 100644
--- a/xmake/plugins/macro/xmake.lua
+++ b/xmake/plugins/macro/xmake.lua
@@ -73,7 +73,8 @@ task("macro")
, {nil, "name", "v", ".", "Set the macro name."
, ".e.g"
, " Run the given macro: xmake macro test"
- , " Run the anonymous macro: xmake macro ." }
+ , " Run the anonymous macro: xmake macro ."
+ , " Run the last command: xmake macro .." }
, {nil, "arguments", "vs", nil, "Set the macro arguments." }
}
}