pleco-rs / Pleco

A Rust-based re-write of the Stockfish Chess Engine

Home Page:https://crates.io/crates/pleco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document and Implement stdin Functionality

sfleischman105 opened this issue · comments

Pleco.rs works primarily with the command line, this functionality needs to be expanded and documented.

  1. Complete implementation UCI commands
  2. Document UCI commads
  3. Create and document other functionality

I'm thinking that using clap.rs is a good idea for implementing this. However, with it I need to figure out not just how to parse from Args, but rather parse from stdin as well (such as when the main executable is running).