diff options
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 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(...) |
