From ee42f7491734866e6898a0ba4ac232a776027cc2 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 11 Oct 2013 19:46:34 -0300 Subject: Added new command 'luarocks write_rockspec', which writes a template for a new rockspec. --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index b64051d4..e28b17b8 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -19,6 +19,7 @@ commands.path = require("luarocks.path") commands.show = require("luarocks.show") commands.new_version = require("luarocks.new_version") commands.lint = require("luarocks.lint") +commands.write_rockspec = require("luarocks.write_rockspec") commands.purge = require("luarocks.purge") command_line.run_command(...) -- cgit v1.2.3-55-g6feb