• -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. Use 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. Use the directory where jwno.exe 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.

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.