diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-07-16 21:14:12 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-07-16 21:14:12 +0000 |
commit | f1e7565c7a93b213f09216aaa2c50e10df44d187 (patch) | |
tree | 6dd969112d29e01494eeb4af832905fbcb754f10 /src/bin | |
parent | ba906abeafae6ebc199bb3ed447bc2a31bb9b770 (diff) | |
download | luarocks-f1e7565c7a93b213f09216aaa2c50e10df44d187.tar.gz luarocks-f1e7565c7a93b213f09216aaa2c50e10df44d187.tar.bz2 luarocks-f1e7565c7a93b213f09216aaa2c50e10df44d187.zip |
add get_rockspec command
git-svn-id: http://luarocks.org/svn/luarocks/trunk@41 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index ae0c2b42..2e2ac422 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -15,5 +15,6 @@ commands.search = require("luarocks.search") | |||
15 | commands.list = require("luarocks.list") | 15 | commands.list = require("luarocks.list") |
16 | commands.remove = require("luarocks.remove") | 16 | commands.remove = require("luarocks.remove") |
17 | commands.make = require("luarocks.make") | 17 | commands.make = require("luarocks.make") |
18 | commands.get_rockspec = require("luarocks.get_rockspec") | ||
18 | 19 | ||
19 | command_line.run_command(...) | 20 | command_line.run_command(...) |