Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update help text to document -debug option's 'all' parameter
The -debug option accepts an optional 'all' parameter that was not
documented in the help text. Updated the documentation to clarify
that -debug can be used alone or with 'all' to enable per-engine
debug mode.
  • Loading branch information
claude committed Nov 14, 2025
commit 3813ede50c7e84bc2a8493e73d89b2c57c1fcb73
3 changes: 2 additions & 1 deletion projects/cli/res/doc/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Options:
games set by '-rounds' and/or '-games' is reached.
-ratinginterval N Set the interval for printing the ratings to N games.
-outcomeinterval N Set the interval for printing outcomes to N games.
-debug Display all engine input and output
-debug [all] Display all engine input and output. Use 'all' to also
enable per-engine debug mode (UCI only).
-openings file=FILE format=FORMAT order=ORDER plies=PLIES start=START policy=POLICY
Pick game openings from FILE. The file's format is
FORMAT, which can be either 'epd' or 'pgn' (default).
Expand Down