diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-06-18 15:39:49 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-06-18 15:39:49 +0000 |
commit | 4cd417b8abaccea3bd08bd50b8db2af9b63371f4 (patch) | |
tree | b58c06329c1ba3301aec0af04a952d4b5b9a2f3b /src/bin | |
parent | 1a099c9c33827bd2e73fe4c08fd47ae6b45adfd2 (diff) | |
download | luarocks-4cd417b8abaccea3bd08bd50b8db2af9b63371f4.tar.gz luarocks-4cd417b8abaccea3bd08bd50b8db2af9b63371f4.tar.bz2 luarocks-4cd417b8abaccea3bd08bd50b8db2af9b63371f4.zip |
added preliminary support for 'luarocks-admin add'
git-svn-id: http://luarocks.org/svn/luarocks/trunk@28 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks-admin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 826597f6..c35e8b93 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -10,5 +10,6 @@ commands = { | |||
10 | 10 | ||
11 | commands.help = require("luarocks.help") | 11 | commands.help = require("luarocks.help") |
12 | commands.make_manifest = require("luarocks.make_manifest") | 12 | commands.make_manifest = require("luarocks.make_manifest") |
13 | commands.add = require("luarocks.add") | ||
13 | 14 | ||
14 | command_line.run_command(...) | 15 | command_line.run_command(...) |