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 d2f3c220..be6c2b81 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -27,6 +27,7 @@ commands = { | |||
27 | purge = "luarocks.purge", | 27 | purge = "luarocks.purge", |
28 | doc = "luarocks.doc", | 28 | doc = "luarocks.doc", |
29 | upload = "luarocks.upload", | 29 | upload = "luarocks.upload", |
30 | config = "luarocks.config_cmd", | ||
30 | } | 31 | } |
31 | 32 | ||
32 | command_line.run_command(...) | 33 | command_line.run_command(...) |