You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a command option --test to be used when --input isn't specified. This could be used for tests that come with typetest and tests that typetest-analyse can create:
common_300
common_1000
no_double_letters
least typed words
slowest words
The text was updated successfully, but these errors were encountered:
Suggestion:
Simplify the options, instead of having to name the test, specify the difficulty. typetest --difficulty easy -> that would start the common_300 test medium -> common_1000 hard -> least_typed_words or slowest words unlocked after 20 tests
Add a command option
--test
to be used when--input
isn't specified. This could be used for tests that come withtypetest
and tests thattypetest-analyse
can create:The text was updated successfully, but these errors were encountered: