From 984adfca55d6fb8ae06e1b894ffca87cf3b90ecf Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 3 Sep 2010 14:26:27 -0300 Subject: Add the 'show' command by Steve Donovan, plus some changes. Added an error check and some layout improvements, to make it look a bit like index.html from the repository. The only 'major' change was to present the repository path instead of the rock directory. I thought it would be confusing to present that path there since it's not where the modules are. --- src/bin/luarocks | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index fd0c1d9c..5da4bc25 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -17,5 +17,6 @@ commands.remove = require("luarocks.remove") commands.make = require("luarocks.make") commands.download = require("luarocks.download") commands.path = require("luarocks.path") +commands.show = require("luarocks.show") command_line.run_command(...) -- cgit v1.2.3-55-g6feb