summaryrefslogtreecommitdiff
path: root/xmake/plugins/hello/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-21 17:02:13 +0800
committerruki <[email protected]>2017-01-21 17:02:13 +0800
commit50bc191501037fee117bee79191d21d326a0ed82 (patch)
treec8f5dd93a4e2de8d369bafdb770f5148fd05f8d1 /xmake/plugins/hello/xmake.lua
parentb028a68c3f65f827ae2b7ff0ad644a86bb4597fa (diff)
add set_table api for interpreter
Diffstat (limited to 'xmake/plugins/hello/xmake.lua')
-rwxr-xr-xxmake/plugins/hello/xmake.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/xmake/plugins/hello/xmake.lua b/xmake/plugins/hello/xmake.lua
index b832d98ff..c878719f0 100755
--- a/xmake/plugins/hello/xmake.lua
+++ b/xmake/plugins/hello/xmake.lua
@@ -37,13 +37,13 @@ task("hello")
end)
-- set menu
- set_menu({
- -- usage
- usage = "xmake hello [options]"
+ set_menu {
+ -- usage
+ usage = "xmake hello [options]"
- -- description
- , description = "Hello xmake!"
+ -- description
+ , description = "Hello xmake!"
- -- options
- , options = {}
- })
+ -- options
+ , options = {}
+ }