aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-12-19 16:45:40 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-01-10 16:41:37 -0200
commit5592cbcadfb44c914427a0d538c30f56da1997e1 (patch)
treed504afb24c61209b1e5558255a5aa87e68985c85
parent9f8ab8c17a054557d4159b2c41204d8ca211c6cf (diff)
downloadluarocks-5592cbcadfb44c914427a0d538c30f56da1997e1.tar.gz
luarocks-5592cbcadfb44c914427a0d538c30f56da1997e1.tar.bz2
luarocks-5592cbcadfb44c914427a0d538c30f56da1997e1.zip
Add doc command
-rwxr-xr-xsrc/bin/luarocks1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index 72f04c83..e9cfc349 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -22,6 +22,7 @@ commands = {
22 lint = "luarocks.lint", 22 lint = "luarocks.lint",
23 write_rockspec = "luarocks.write_rockspec", 23 write_rockspec = "luarocks.write_rockspec",
24 purge = "luarocks.purge", 24 purge = "luarocks.purge",
25 doc = "luarocks.doc",
25} 26}
26 27
27command_line.run_command(...) 28command_line.run_command(...)