aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@NewMachine.localdomain>2010-08-30 11:13:43 -0300
committerHisham Muhammad <hisham@NewMachine.localdomain>2010-08-30 11:13:43 -0300
commitf565068cac3b40feab613bac0b3755cef7ca69d6 (patch)
treefca8b0d5e135aa5fc284010d61f37f2902a925c1 /src/bin
parent9b0d029971da9863194ede96a835302564d1e4a7 (diff)
downloadluarocks-f565068cac3b40feab613bac0b3755cef7ca69d6.tar.gz
luarocks-f565068cac3b40feab613bac0b3755cef7ca69d6.tar.bz2
luarocks-f565068cac3b40feab613bac0b3755cef7ca69d6.zip
add 'path' command to the command-line interface
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 2f392397..fd0c1d9c 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -16,5 +16,6 @@ commands.list = require("luarocks.list")
16commands.remove = require("luarocks.remove") 16commands.remove = require("luarocks.remove")
17commands.make = require("luarocks.make") 17commands.make = require("luarocks.make")
18commands.download = require("luarocks.download") 18commands.download = require("luarocks.download")
19commands.path = require("luarocks.path")
19 20
20command_line.run_command(...) 21command_line.run_command(...)