diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-24 16:03:06 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-31 11:16:09 -0300 |
commit | adf40aba69130f0fb2630cfa3da70399823d8399 (patch) | |
tree | 80ab4cad8e773f663cb4d8cf8018a32c0770be2a /src/bin | |
parent | 9941d6d52c1052d449aec6b77adf95f2d308e320 (diff) | |
download | luarocks-adf40aba69130f0fb2630cfa3da70399823d8399.tar.gz luarocks-adf40aba69130f0fb2630cfa3da70399823d8399.tar.bz2 luarocks-adf40aba69130f0fb2630cfa3da70399823d8399.zip |
init: begin implementing `luarocks init`
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 066c72e3..583b50b8 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -10,6 +10,7 @@ program_description = "LuaRocks main command-line interface" | |||
10 | 10 | ||
11 | commands = { | 11 | commands = { |
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", |