aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks1
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
34command_line.run_command(...) 35command_line.run_command(...)