# HG changeset patch # User HackBot # Date 1355524085 0 # Node ID 7d09ae86104cbbea09b7186064dc1eb821a5a79e # Parent 5077917e065aa987231d3423b1a738796d689c10 luarocks > tempgk.out 2> tempgk.err diff -r 5077917e065a -r 7d09ae86104c tempgk.err diff -r 5077917e065a -r 7d09ae86104c tempgk.out --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tempgk.out Fri Dec 14 22:28:05 2012 +0000 @@ -0,0 +1,61 @@ + +LuaRocks 2.0.12, a module deployment system for Lua + +NAME + luarocks - LuaRocks main command-line interface + +SYNOPSIS + luarocks [--from= | --only-from=] [--to=] [VAR=VALUE]... [] + +GENERAL OPTIONS + These apply to all commands, as appropriate: + + --server= Fetch rocks/rockspecs from this server + (takes priority over config file) + --only-server= Fetch rocks/rockspecs from this server only + (overrides any entries in the config file) + --only-sources= Restrict downloads to paths matching the + given URL. + --tree= Which tree to operate on. + --local Use the tree in the user's home directory. + +VARIABLES + Variables from the "variables" table of the configuration file + can be overriden with VAR=VALUE assignments. + +COMMANDS + build + Build/compile a rock. + download + Download a specific rock file from a rocks server. + help + Help on commands. Type 'luarocks help ' for more. + install + Install a rock. + lint + Check syntax of a rockspec. + list + Lists currently installed rocks. + make + Compile package in current directory using a rockspec. + new_version + Auto-write a rockspec for a new version of a rock. + pack + Create a rock, packing sources or binaries. + path + Return the currently configured package path. + purge + Remove all installed rocks from a tree. + remove + Uninstall a rock. + search + Query the LuaRocks servers. + show + Shows information about an installed rock. + unpack + Unpack the contents of a rock. + +CONFIGURATION + System configuration file: /hackenv/etc/luarocks/config.lua (ok) + User configuration file: /tmp/.luarocks/config.lua (not found) +