max-niederman / ttyper

Terminal-based typing test.
MIT License
1.05k stars 76 forks source link

refactor(cli): migrate from structopt to clap-derive #120

Closed tranzystorekk closed 4 months ago

tranzystorekk commented 4 months ago

structopt is quite old and unmaintained, and porting its code to pure clap-derive is straightforward for this codebase.

Hope this proves useful, but here are some additional notes: