
lim-cli - Lim CLI Interface

lim-cli [options]

Specify the configuration file to use (default ~/.limrc).
Specify configuration on the command line, these settings overrides settings in configuration files. Syntax <name>=<value> will set <name> to <value> and <name>[]=<value> will treat <name> as an multi option array and append <value>. Option subgroups are seperated by . (for example log.obj_debug=0).
Specify the host/IP to connect to (default localhost).
Specify the port to listen on (default 5353).
Specify a Log::Log4perl configure file (default output to cli or stderr).
Print a brief help message and exits.
Prints the manual page and exits.

...