From f565068cac3b40feab613bac0b3755cef7ca69d6 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 30 Aug 2010 11:13:43 -0300 Subject: add 'path' command to the command-line interface --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/luarocks b/src/bin/luarocks index 2f392397..fd0c1d9c 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -16,5 +16,6 @@ commands.list = require("luarocks.list") commands.remove = require("luarocks.remove") commands.make = require("luarocks.make") commands.download = require("luarocks.download") +commands.path = require("luarocks.path") command_line.run_command(...) -- cgit v1.2.3-55-g6feb