• -C, --client
    Starts in REPL client mode. Connects to the REPL address specified by the --repl option.
  • -c <file name>, --config <file name>
    The config file to run. Uses jwno-config.janet in the same directory as jwno.exe by default.
  • -h, --help
    Shows a help message.
  • --log-file <file name>
    Specifies a log file to write to. No log file will be generated if this option is omitted.
  • --log-level <level>
    The log level. Can be quiet, error, warning, info or debug. Default: quiet.
  • -m <path name>, --mod-path <path name>
    A custom path to load modules from. Can be specified multiple times. Uses the directory where the config file resides by default.
  • --no-console
    Supresses console output, when --log-level is not quiet.
  • -r <ip:port>, --repl <ip:port>
    Specifies the address the REPL should be listening on. The REPL will not be started if this option is omitted.
  • -v, --version
    Shows version info then exit.

All other command line arguments that do not begin with a hyphen - will be interpreted as config file names, but they can be overridden by the -c or --config option.