Skip to content

Commit

Permalink
Mention spin and combo option types (fixes niklasf#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 12, 2021
1 parent b25ce00 commit a4bec19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chess/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ class Option:
+========+=====+======+================================================+
| check | X | X | ``True`` or ``False`` |
+--------+-----+------+------------------------------------------------+
| spin | X | X | integer, between *min* and *max* |
+--------+-----+------+------------------------------------------------+
| combo | X | X | string, one of *var* |
+--------+-----+------+------------------------------------------------+
| button | X | X | ``None`` |
+--------+-----+------+------------------------------------------------+
| reset | | X | ``None`` |
Expand Down

0 comments on commit a4bec19

Please sign in to comment.