summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-09-18 20:55:57 -0300
committerHisham Muhammad <hisham@gobolinux.org>2012-09-18 20:55:57 -0300
commit496dc3d8ea8d65082dcfb6d5aa44353c3fd0433d (patch)
tree0fe806c43751c5e1d552e67c92a135038d8a4d64 /src/bin
parentaf2b92b5a922ecdb18c8d4ab202ab84a44125cf2 (diff)
downloadluarocks-496dc3d8ea8d65082dcfb6d5aa44353c3fd0433d.tar.gz
luarocks-496dc3d8ea8d65082dcfb6d5aa44353c3fd0433d.tar.bz2
luarocks-496dc3d8ea8d65082dcfb6d5aa44353c3fd0433d.zip
Add 'lint' command, to check for rockspec validity.
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 1397bbd0..e94d895f 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -19,5 +19,6 @@ commands.download = require("luarocks.download")
19commands.path = require("luarocks.path") 19commands.path = require("luarocks.path")
20commands.show = require("luarocks.show") 20commands.show = require("luarocks.show")
21commands.new_version = require("luarocks.new_version") 21commands.new_version = require("luarocks.new_version")
22commands.lint = require("luarocks.lint")
22 23
23command_line.run_command(...) 24command_line.run_command(...)