Support variant config parsing on CLI
authorFabian Fichter <ianfab@users.noreply.github.com>
Mon, 28 Mar 2022 18:52:08 +0000 (20:52 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Wed, 30 Mar 2022 18:03:29 +0000 (20:03 +0200)
commit647853cd9eba78fb3db3d0499c6fc36567253229
treeee0be1ad4cbc820e8329f923513680c7706c9f47
parent7956f5342c2de1189ae796109059c465dd58fc35
Support variant config parsing on CLI

Use here-docs to load variant configurations from the CLI.

```
load <<EOF
[testvariant:chess]
somerule = somevalue
EOF
```
src/uci.cpp