summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-05-20 23:30:14 -0300
committerHisham Muhammad <hisham@gobolinux.org>2012-05-20 23:30:14 -0300
commit123e9c106fb96686981e41f7ce0a47017a8c83c7 (patch)
tree05710e9e5f5db3dc03ed2c19846efcb34eac2ced /src/bin
parent2f654a1eeb0ea567867149951f9f72ad96070372 (diff)
downloadluarocks-123e9c106fb96686981e41f7ce0a47017a8c83c7.tar.gz
luarocks-123e9c106fb96686981e41f7ce0a47017a8c83c7.tar.bz2
luarocks-123e9c106fb96686981e41f7ce0a47017a8c83c7.zip
Add "new_version", a new feature.
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 5da4bc25..1397bbd0 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -18,5 +18,6 @@ commands.make = require("luarocks.make")
18commands.download = require("luarocks.download") 18commands.download = require("luarocks.download")
19commands.path = require("luarocks.path") 19commands.path = require("luarocks.path")
20commands.show = require("luarocks.show") 20commands.show = require("luarocks.show")
21commands.new_version = require("luarocks.new_version")
21 22
22command_line.run_command(...) 23command_line.run_command(...)