diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2012-09-24 18:19:01 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-09-24 18:19:01 -0300 |
commit | b20c561b8fcfcf4cecfd8fbb40ea7857193a4f8c (patch) | |
tree | 3ca7e40e9ce70778eefdfb31238003933ed9ec57 /src/bin | |
parent | 1afa78ff5f88d99e949d24027274ce6a8831c656 (diff) | |
download | luarocks-b20c561b8fcfcf4cecfd8fbb40ea7857193a4f8c.tar.gz luarocks-b20c561b8fcfcf4cecfd8fbb40ea7857193a4f8c.tar.bz2 luarocks-b20c561b8fcfcf4cecfd8fbb40ea7857193a4f8c.zip |
Add 'purge' command. Closes #25.
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 e94d895f..aaafb905 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -20,5 +20,6 @@ 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 | commands.new_version = require("luarocks.new_version") |
22 | commands.lint = require("luarocks.lint") | 22 | commands.lint = require("luarocks.lint") |
23 | commands.purge = require("luarocks.purge") | ||
23 | 24 | ||
24 | command_line.run_command(...) | 25 | command_line.run_command(...) |