diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-10-11 19:46:34 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-10-11 19:46:34 -0300 |
commit | ee42f7491734866e6898a0ba4ac232a776027cc2 (patch) | |
tree | 57c73ea401f7649080dd9518d9144d3461ff7068 /src/bin | |
parent | c026b15ed8f66112ff7fb81d13922ba7492b58e3 (diff) | |
download | luarocks-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-x | src/bin/luarocks | 1 |
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") | |||
19 | commands.show = require("luarocks.show") | 19 | commands.show = require("luarocks.show") |
20 | commands.new_version = require("luarocks.new_version") | 20 | commands.new_version = require("luarocks.new_version") |
21 | commands.lint = require("luarocks.lint") | 21 | commands.lint = require("luarocks.lint") |
22 | commands.write_rockspec = require("luarocks.write_rockspec") | ||
22 | commands.purge = require("luarocks.purge") | 23 | commands.purge = require("luarocks.purge") |
23 | 24 | ||
24 | command_line.run_command(...) | 25 | command_line.run_command(...) |