From b20c561b8fcfcf4cecfd8fbb40ea7857193a4f8c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 24 Sep 2012 18:19:01 -0300 Subject: Add 'purge' command. Closes #25. --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin') 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") commands.show = require("luarocks.show") commands.new_version = require("luarocks.new_version") commands.lint = require("luarocks.lint") +commands.purge = require("luarocks.purge") command_line.run_command(...) -- cgit v1.2.3-55-g6feb