mirror of
https://github.com/chesskit-app/chesskit-engine.git
synced 2026-05-19 15:50:35 +00:00
Add tests for EngineCommand and EngineResponse
This commit is contained in:
@@ -30,7 +30,7 @@ public enum EngineCommand {
|
||||
///
|
||||
/// See [UCI protocol documentation](https://backscattering.de/chess/uci/2006-04.txt)
|
||||
/// for more information.
|
||||
case setoption(id: String, value: String?)
|
||||
case setoption(id: String, value: String? = nil)
|
||||
|
||||
/// `"ucinewgame"`
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user