diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2012-05-20 23:30:14 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-05-20 23:30:14 -0300 |
commit | 123e9c106fb96686981e41f7ce0a47017a8c83c7 (patch) | |
tree | 05710e9e5f5db3dc03ed2c19846efcb34eac2ced /src/bin | |
parent | 2f654a1eeb0ea567867149951f9f72ad96070372 (diff) | |
download | luarocks-123e9c106fb96686981e41f7ce0a47017a8c83c7.tar.gz luarocks-123e9c106fb96686981e41f7ce0a47017a8c83c7.tar.bz2 luarocks-123e9c106fb96686981e41f7ce0a47017a8c83c7.zip |
Add "new_version", a new feature.
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 5da4bc25..1397bbd0 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -18,5 +18,6 @@ commands.make = require("luarocks.make") | |||
18 | commands.download = require("luarocks.download") | 18 | commands.download = require("luarocks.download") |
19 | commands.path = require("luarocks.path") | 19 | commands.path = require("luarocks.path") |
20 | commands.show = require("luarocks.show") | 20 | commands.show = require("luarocks.show") |
21 | commands.new_version = require("luarocks.new_version") | ||
21 | 22 | ||
22 | command_line.run_command(...) | 23 | command_line.run_command(...) |