diff options
author | Paul Ouellette <oue.paul18@gmail.com> | 2019-06-13 20:41:14 -0400 |
---|---|---|
committer | Paul Ouellette <oue.paul18@gmail.com> | 2019-08-01 23:53:03 -0400 |
commit | 0823c4dd62e15515ad1e77cd20681b720485c564 (patch) | |
tree | 7d94b92eb0d2fd9b45d8295176474c8a7cce3eba /src/bin | |
parent | d6f296e108972982cf071d42cee37ac0cb122174 (diff) | |
download | luarocks-0823c4dd62e15515ad1e77cd20681b720485c564.tar.gz luarocks-0823c4dd62e15515ad1e77cd20681b720485c564.tar.bz2 luarocks-0823c4dd62e15515ad1e77cd20681b720485c564.zip |
Move remaining commands to argparse
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 1 | ||||
-rwxr-xr-x | src/bin/luarocks-admin | 1 |
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") | |||
9 | local description = "LuaRocks main command-line interface" | 9 | local description = "LuaRocks main command-line interface" |
10 | 10 | ||
11 | local commands = { | 11 | local 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") | |||
9 | local description = "LuaRocks repository administration interface" | 9 | local description = "LuaRocks repository administration interface" |
10 | 10 | ||
11 | local commands = { | 11 | local 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", |