diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-05-26 19:41:17 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-05-26 19:41:17 -0300 |
commit | dc9d2daf9deaf867b6caaf88ab1bb088e2b4622d (patch) | |
tree | fadb309229d6a0403aa38d19917e45c164486e7f /src/bin | |
parent | 1788d0bb8c08e1ff7e671f20a023b3dcc4f80206 (diff) | |
download | luarocks-dc9d2daf9deaf867b6caaf88ab1bb088e2b4622d.tar.gz luarocks-dc9d2daf9deaf867b6caaf88ab1bb088e2b4622d.tar.bz2 luarocks-dc9d2daf9deaf867b6caaf88ab1bb088e2b4622d.zip |
Transition to MoonRocks. Add `luarocks upload` command for uploading into MoonRocks.
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 b85fbc7c..3c9e1b74 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -23,6 +23,7 @@ commands = { | |||
23 | write_rockspec = "luarocks.write_rockspec", | 23 | write_rockspec = "luarocks.write_rockspec", |
24 | purge = "luarocks.purge", | 24 | purge = "luarocks.purge", |
25 | doc = "luarocks.doc", | 25 | doc = "luarocks.doc", |
26 | upload = "luarocks.upload", | ||
26 | } | 27 | } |
27 | 28 | ||
28 | command_line.run_command(...) | 29 | command_line.run_command(...) |