From dc9d2daf9deaf867b6caaf88ab1bb088e2b4622d Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 May 2014 19:41:17 -0300 Subject: Transition to MoonRocks. Add `luarocks upload` command for uploading into MoonRocks. --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index b85fbc7c..3c9e1b74 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -23,6 +23,7 @@ commands = { write_rockspec = "luarocks.write_rockspec", purge = "luarocks.purge", doc = "luarocks.doc", + upload = "luarocks.upload", } command_line.run_command(...) -- cgit v1.2.3-55-g6feb