From d051ad5a21b653dbc5845900b5c4e734d92073c1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 23 Sep 2010 01:42:50 -0300 Subject: Enable luarocks-admin remove --- src/bin/luarocks-admin | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin') diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 6e528cd9..69814459 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin @@ -11,6 +11,7 @@ commands = { commands.help = require("luarocks.help") commands.make_manifest = require("luarocks.make_manifest") commands.add = require("luarocks.add") +commands.remove = require("luarocks.admin_remove") commands.refresh_cache = require("luarocks.refresh_cache") command_line.run_command(...) -- cgit v1.2.3-55-g6feb