From 0823c4dd62e15515ad1e77cd20681b720485c564 Mon Sep 17 00:00:00 2001 From: Paul Ouellette Date: Thu, 13 Jun 2019 20:41:14 -0400 Subject: Move remaining commands to argparse --- src/bin/luarocks | 1 - src/bin/luarocks-admin | 1 - 2 files changed, 2 deletions(-) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index f277b348..18c8fac6 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -9,7 +9,6 @@ local cmd = require("luarocks.cmd") local description = "LuaRocks main command-line interface" local commands = { - help = "luarocks.cmd.help", init = "luarocks.cmd.init", pack = "luarocks.cmd.pack", unpack = "luarocks.cmd.unpack", diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index ddbe0f48..db746bea 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin @@ -9,7 +9,6 @@ local cmd = require("luarocks.cmd") local description = "LuaRocks repository administration interface" local commands = { - help = "luarocks.cmd.help", make_manifest = "luarocks.admin.cmd.make_manifest", add = "luarocks.admin.cmd.add", remove = "luarocks.admin.cmd.remove", -- cgit v1.2.3-55-g6feb