summaryrefslogtreecommitdiff
path: root/xmake/core/base/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-28 14:14:25 +0800
committerruki <[email protected]>2016-02-28 14:14:25 +0800
commit5c154ce0b281f073fb6c8e475e932837da0d5117 (patch)
treeb670dfe584762f397fe466be227b09d375b1ec90 /xmake/core/base/main.lua
parent9212146ac3d022a54f659d87fb0ecd7a7db2bee4 (diff)
hide _OPTIONS
Diffstat (limited to 'xmake/core/base/main.lua')
-rw-r--r--xmake/core/base/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/main.lua b/xmake/core/base/main.lua
index a7e0fe0b1..4bc077ff6 100644
--- a/xmake/core/base/main.lua
+++ b/xmake/core/base/main.lua
@@ -49,7 +49,7 @@ local menu =
function main._done_help()
-- the options
- local options = xmake._OPTIONS
+ local options = option.options()
assert(options)
-- done help
@@ -83,7 +83,7 @@ end
function main._done_option()
-- the options
- local options = xmake._OPTIONS
+ local options = option.options()
assert(options)
-- done help?