summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-05-18 14:35:19 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-05-18 14:35:19 -0300
commit4462ca51ee10363916c29c071942c15f424913e6 (patch)
tree8b7617b3be89e413ab92208dea0ae33132153617 /src/bin
parentb80244b566780c8095a75b06fe7669b1b0bcd7c0 (diff)
downloadluarocks-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-xsrc/bin/luarocks1
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
32command_line.run_command(...) 33command_line.run_command(...)