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 491809dd..066c72e3 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
| @@ -29,6 +29,7 @@ commands = { | |||
| 29 | upload = "luarocks.cmd.upload", | 29 | upload = "luarocks.cmd.upload", |
| 30 | config = "luarocks.cmd.config", | 30 | config = "luarocks.cmd.config", |
| 31 | which = "luarocks.cmd.which", | 31 | which = "luarocks.cmd.which", |
| 32 | test = "luarocks.cmd.test", | ||
| 32 | } | 33 | } |
| 33 | 34 | ||
| 34 | command_line.run_command(...) | 35 | command_line.run_command(...) |
