Nochetoengi command line options
This page describes nochetoengi command line options.
Help
Use --help
to show command line options help.
$ nochetoengi --help Nocheng (Noidea Chess Engine) 0.33, Ubuntu19_10, author: Petr BĂlek (nocheto.sallyx.org) USAGE: nochetoengi [-h | --help] [-d | --debug] [-c | --config <file.ini>] [-l | --log-file <logfile.txt>] file.ini - Read configuration from this file (after reading nocheto.ini) logfile.txt - file to append UCI communication OWNER: Name: ***** Address: ***** E-mail: ***** Purchased: *****
Debug
Use --debug
to debug nochetodbeval. This is mainly for developing purposes, you probably wouldn't need to use this.
Config
Use --config filename.ini
to read configuration file.
Nochetoengi always read ~/.nocheto/configs/nocheto.ini
file first and then the file required by
--config
option. So you can use this to create ini configuration with different configuration for different usage.
The filename can be absolute path (i.e. ~/.nocheto/configs/tweak.ini
) or just a basename
(i.e. tweak.ini
) in which case the full path is assembled from this basename
and ~/.nocheto/configs/
.
Logfile
Use --log-file logfile.txt
to log UCI communication. It is usefull to log communication between this engine
and any chess GUI.