LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.47k stars 534 forks source link

Lc0 doesn't complain if there are additional symbols after the numeric flag #548

Closed mooskagh closed 4 years ago

mooskagh commented 5 years ago

E.g. --threads=5asdf works and sets threads to 5. Should fail instead.

Naphthalin commented 4 years ago

Tested the above example, fails now as intended. Can be closed.