diff options
author | Hisham Muhammad <hisham@NewMachine.localdomain> | 2010-08-30 11:13:43 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@NewMachine.localdomain> | 2010-08-30 11:13:43 -0300 |
commit | f565068cac3b40feab613bac0b3755cef7ca69d6 (patch) | |
tree | fca8b0d5e135aa5fc284010d61f37f2902a925c1 /src/bin | |
parent | 9b0d029971da9863194ede96a835302564d1e4a7 (diff) | |
download | luarocks-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-x | src/bin/luarocks | 1 |
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") | |||
16 | commands.remove = require("luarocks.remove") | 16 | commands.remove = require("luarocks.remove") |
17 | commands.make = require("luarocks.make") | 17 | commands.make = require("luarocks.make") |
18 | commands.download = require("luarocks.download") | 18 | commands.download = require("luarocks.download") |
19 | commands.path = require("luarocks.path") | ||
19 | 20 | ||
20 | command_line.run_command(...) | 21 | command_line.run_command(...) |