diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-05-18 14:35:19 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-05-18 14:35:19 -0300 |
commit | 4462ca51ee10363916c29c071942c15f424913e6 (patch) | |
tree | 8b7617b3be89e413ab92208dea0ae33132153617 /src/bin | |
parent | b80244b566780c8095a75b06fe7669b1b0bcd7c0 (diff) | |
download | luarocks-4462ca51ee10363916c29c071942c15f424913e6.tar.gz luarocks-4462ca51ee10363916c29c071942c15f424913e6.tar.bz2 luarocks-4462ca51ee10363916c29c071942c15f424913e6.zip |
Add `luarocks config` command for querying LuaRocks settings.
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index d2f3c220..be6c2b81 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -27,6 +27,7 @@ commands = { | |||
27 | purge = "luarocks.purge", | 27 | purge = "luarocks.purge", |
28 | doc = "luarocks.doc", | 28 | doc = "luarocks.doc", |
29 | upload = "luarocks.upload", | 29 | upload = "luarocks.upload", |
30 | config = "luarocks.config_cmd", | ||
30 | } | 31 | } |
31 | 32 | ||
32 | command_line.run_command(...) | 33 | command_line.run_command(...) |