diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-11 13:54:13 +0100 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-11 13:54:13 +0100 |
| commit | 1e0af10c6d824bcebb15d4d61da712911c20f168 (patch) | |
| tree | 1bf9f695a1372731700da342521fc993f0e64424 /src/bin/luarocks-admin | |
| parent | 60323b48f917e2c7495d3899a3c4bec87cd98750 (diff) | |
| parent | 17f1c5d3600fa24c670d78bc9e9931502309bf36 (diff) | |
| download | luarocks-1e0af10c6d824bcebb15d4d61da712911c20f168.tar.gz luarocks-1e0af10c6d824bcebb15d4d61da712911c20f168.tar.bz2 luarocks-1e0af10c6d824bcebb15d4d61da712911c20f168.zip | |
Merge branch 'master' of https://github.com/keplerproject/luarocks
Diffstat (limited to 'src/bin/luarocks-admin')
| -rwxr-xr-x | src/bin/luarocks-admin | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 983dda87..e7f49c25 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
| @@ -6,12 +6,11 @@ local command_line = require("luarocks.command_line") | |||
| 6 | program_description = "LuaRocks repository administration interface" | 6 | program_description = "LuaRocks repository administration interface" |
| 7 | 7 | ||
| 8 | commands = { | 8 | commands = { |
| 9 | help = "luarocks.help", | ||
| 10 | make_manifest = "luarocks.make_manifest", | ||
| 11 | add = "luarocks.add", | ||
| 12 | remove = "luarocks.admin_remove", | ||
| 13 | refresh_cache = "luarocks.refresh_cache", | ||
| 9 | } | 14 | } |
| 10 | 15 | ||
| 11 | commands.help = require("luarocks.help") | ||
| 12 | commands.make_manifest = require("luarocks.make_manifest") | ||
| 13 | commands.add = require("luarocks.add") | ||
| 14 | commands.remove = require("luarocks.admin_remove") | ||
| 15 | commands.refresh_cache = require("luarocks.refresh_cache") | ||
| 16 | |||
| 17 | command_line.run_command(...) | 16 | command_line.run_command(...) |
