aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorPaul Ouellette <oue.paul18@gmail.com>2019-06-13 20:41:14 -0400
committerPaul Ouellette <oue.paul18@gmail.com>2019-08-01 23:53:03 -0400
commit0823c4dd62e15515ad1e77cd20681b720485c564 (patch)
tree7d94b92eb0d2fd9b45d8295176474c8a7cce3eba /src/bin
parentd6f296e108972982cf071d42cee37ac0cb122174 (diff)
downloadluarocks-0823c4dd62e15515ad1e77cd20681b720485c564.tar.gz
luarocks-0823c4dd62e15515ad1e77cd20681b720485c564.tar.bz2
luarocks-0823c4dd62e15515ad1e77cd20681b720485c564.zip
Move remaining commands to argparse
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks1
-rwxr-xr-xsrc/bin/luarocks-admin1
2 files changed, 0 insertions, 2 deletions
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")
9local description = "LuaRocks main command-line interface" 9local description = "LuaRocks main command-line interface"
10 10
11local commands = { 11local commands = {
12 help = "luarocks.cmd.help",
13 init = "luarocks.cmd.init", 12 init = "luarocks.cmd.init",
14 pack = "luarocks.cmd.pack", 13 pack = "luarocks.cmd.pack",
15 unpack = "luarocks.cmd.unpack", 14 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")
9local description = "LuaRocks repository administration interface" 9local description = "LuaRocks repository administration interface"
10 10
11local commands = { 11local commands = {
12 help = "luarocks.cmd.help",
13 make_manifest = "luarocks.admin.cmd.make_manifest", 12 make_manifest = "luarocks.admin.cmd.make_manifest",
14 add = "luarocks.admin.cmd.add", 13 add = "luarocks.admin.cmd.add",
15 remove = "luarocks.admin.cmd.remove", 14 remove = "luarocks.admin.cmd.remove",