diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-19 16:45:40 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-10 16:41:37 -0200 |
commit | 5592cbcadfb44c914427a0d538c30f56da1997e1 (patch) | |
tree | d504afb24c61209b1e5558255a5aa87e68985c85 | |
parent | 9f8ab8c17a054557d4159b2c41204d8ca211c6cf (diff) | |
download | luarocks-5592cbcadfb44c914427a0d538c30f56da1997e1.tar.gz luarocks-5592cbcadfb44c914427a0d538c30f56da1997e1.tar.bz2 luarocks-5592cbcadfb44c914427a0d538c30f56da1997e1.zip |
Add doc command
-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 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 | ||
27 | command_line.run_command(...) | 28 | command_line.run_command(...) |