summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-10-11 19:46:34 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-10-11 19:46:34 -0300
commitee42f7491734866e6898a0ba4ac232a776027cc2 (patch)
tree57c73ea401f7649080dd9518d9144d3461ff7068 /src/bin
parentc026b15ed8f66112ff7fb81d13922ba7492b58e3 (diff)
downloadluarocks-ee42f7491734866e6898a0ba4ac232a776027cc2.tar.gz
luarocks-ee42f7491734866e6898a0ba4ac232a776027cc2.tar.bz2
luarocks-ee42f7491734866e6898a0ba4ac232a776027cc2.zip
Added new command 'luarocks write_rockspec', which writes a template for a new rockspec.
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 b64051d4..e28b17b8 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -19,6 +19,7 @@ commands.path = require("luarocks.path")
19commands.show = require("luarocks.show") 19commands.show = require("luarocks.show")
20commands.new_version = require("luarocks.new_version") 20commands.new_version = require("luarocks.new_version")
21commands.lint = require("luarocks.lint") 21commands.lint = require("luarocks.lint")
22commands.write_rockspec = require("luarocks.write_rockspec")
22commands.purge = require("luarocks.purge") 23commands.purge = require("luarocks.purge")
23 24
24command_line.run_command(...) 25command_line.run_command(...)