AiTown - aitown-client

Home

aitown-client is program that ... To invoke it, use following general form:

aitown-client [options]
aitown-client may be extended using aitown-plugin system.

Command line options

List of options:

--help
prints usage information and exists the program; any other option is ignored;
--version
prints version information and exists the program; any other option is ignored, except help;

Config file

At load time, before reading command line options, the program looks for a configuration file named aitown-client.conf in current directory then in an operating system dependednt configuration directory (something like ~/.config/aitown-client.conf in unix, C:\Users\USERNAME\AppData\aitown-client\aitown-client.conf in Windows).

The config file consists of [sections] and value=key entries (see the example at the end of the section).

[general]
Example config file:
[general]

For each setting, the command line takes precedence, then the value in config file and then the default value.

Home