diff options
| author | ruki <[email protected]> | 2017-01-21 17:02:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-01-21 17:02:13 +0800 |
| commit | 50bc191501037fee117bee79191d21d326a0ed82 (patch) | |
| tree | c8f5dd93a4e2de8d369bafdb770f5148fd05f8d1 /xmake/plugins/hello/xmake.lua | |
| parent | b028a68c3f65f827ae2b7ff0ad644a86bb4597fa (diff) | |
add set_table api for interpreter
Diffstat (limited to 'xmake/plugins/hello/xmake.lua')
| -rwxr-xr-x | xmake/plugins/hello/xmake.lua | 16 |
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 = {} + } |
