aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-07-16 21:14:12 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-07-16 21:14:12 +0000
commitf1e7565c7a93b213f09216aaa2c50e10df44d187 (patch)
tree6dd969112d29e01494eeb4af832905fbcb754f10 /src/bin
parentba906abeafae6ebc199bb3ed447bc2a31bb9b770 (diff)
downloadluarocks-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-xsrc/bin/luarocks1
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")
15commands.list = require("luarocks.list") 15commands.list = require("luarocks.list")
16commands.remove = require("luarocks.remove") 16commands.remove = require("luarocks.remove")
17commands.make = require("luarocks.make") 17commands.make = require("luarocks.make")
18commands.get_rockspec = require("luarocks.get_rockspec")
18 19
19command_line.run_command(...) 20command_line.run_command(...)