From adf40aba69130f0fb2630cfa3da70399823d8399 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 24 May 2018 16:03:06 -0300 Subject: init: begin implementing `luarocks init` --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin') 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" commands = { help = "luarocks.cmd.help", + init = "luarocks.cmd.init", pack = "luarocks.cmd.pack", unpack = "luarocks.cmd.unpack", build = "luarocks.cmd.build", -- cgit v1.2.3-55-g6feb