From f1e7565c7a93b213f09216aaa2c50e10df44d187 Mon Sep 17 00:00:00 2001 From: hisham Date: Thu, 16 Jul 2009 21:14:12 +0000 Subject: add get_rockspec command git-svn-id: http://luarocks.org/svn/luarocks/trunk@41 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin') 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") commands.list = require("luarocks.list") commands.remove = require("luarocks.remove") commands.make = require("luarocks.make") +commands.get_rockspec = require("luarocks.get_rockspec") command_line.run_command(...) -- cgit v1.2.3-55-g6feb