-
-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. Usejwno-config.janet
in the same directory asjwno.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 bequiet
,error
,warning
,info
ordebug
. Default:quiet
. -
-m <path name>
,--mod-path <path name>
A custom path to load modules from. Can be specified multiple times. Use the directory wherejwno.exe
resides by default. -
--no-console
Supresses console output, when--log-level
is notquiet
. -
-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.