Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 455 Bytes

learn-runner

Simple CLI program for help learning the test questions

Run

Test mode

./learn-runner

It will read questions from otazky.json, store statistics in stats.json. That's it. You need to answer and your history will be stored.

Learn mode

./learn-runner learn

It will read questions from otazky.json, mark the correct one with asterisk and do not store stats.

Stats mode

./learn-runner stats

Print the statistics.