From 5592cbcadfb44c914427a0d538c30f56da1997e1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 19 Dec 2013 16:45:40 -0200 Subject: Add doc command --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) 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 = { lint = "luarocks.lint", write_rockspec = "luarocks.write_rockspec", purge = "luarocks.purge", + doc = "luarocks.doc", } command_line.run_command(...) -- cgit v1.2.3-55-g6feb