summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-05-24 16:03:06 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-05-31 11:16:09 -0300
commitadf40aba69130f0fb2630cfa3da70399823d8399 (patch)
tree80ab4cad8e773f663cb4d8cf8018a32c0770be2a /src/bin
parent9941d6d52c1052d449aec6b77adf95f2d308e320 (diff)
downloadluarocks-adf40aba69130f0fb2630cfa3da70399823d8399.tar.gz
luarocks-adf40aba69130f0fb2630cfa3da70399823d8399.tar.bz2
luarocks-adf40aba69130f0fb2630cfa3da70399823d8399.zip
init: begin implementing `luarocks init`
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 066c72e3..583b50b8 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -10,6 +10,7 @@ program_description = "LuaRocks main command-line interface"
10 10
11commands = { 11commands = {
12 help = "luarocks.cmd.help", 12 help = "luarocks.cmd.help",
13 init = "luarocks.cmd.init",
13 pack = "luarocks.cmd.pack", 14 pack = "luarocks.cmd.pack",
14 unpack = "luarocks.cmd.unpack", 15 unpack = "luarocks.cmd.unpack",
15 build = "luarocks.cmd.build", 16 build = "luarocks.cmd.build",