lucasart / c-chess-cli

Command Line Interface for UCI Chess engines written in C
GNU General Public License v3.0
71 stars 9 forks source link

CLI: lack of --help and --version command options #55

Closed Technologov closed 3 years ago

Technologov commented 3 years ago

root@rampage-102:~/c-chess-cli# ./c-chess-cli --help Unknown option '--help' (Must show at least 3 example commands and most common options)

root@rampage-102:~/c-chess-cli# ./c-chess-cli --version Unknown option '--version'

Those options are standard among Linux commands.

lucasart commented 3 years ago
Technologov commented 3 years ago

is not lame; it needs to be done.