Options.helpMsg

Application help message

class Options
enum helpMsg = "Server that transforms JSON-RPC calls into SQL queries for PostgreSQL.\n\n" ~ versionMsg ~ "\n"" pgator [arguments]\n"" arguments =\n"" --daemon - runs in daemon mode (detached from tty).\n"" Linux only.\n"" --config=<string> - specifies config file name in\n"" config directory.\n"" --genConfig=<path> - generates default config at the path\n"" --help - prints this message\n"" --pidfile=<path> - specifies path to file where pid is written\n"" to in daemon mode. Default: /var/run/pgator/pgator.pid\n"" --lockfile=<path> - specifies path to file which prevents running\n"" multiple instances in daemon mode.\n"" Default: /var/run/pgator/pgator.lock\n"" --version - shows program version";

Meta