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
Here's the usecase I'm imagining. I type exercism list (or exercism --track=java list for example) and the cli would output a list of the names of the exercises I have available to download, together with their difficulty level and maybe a short description. This would make things easier.
Perhaps I could then filter this list with e.g. exercism --difficulty=medium list for example...
The text was updated successfully, but these errors were encountered:
Here's the usecase I'm imagining. I type
exercism list
(orexercism --track=java list
for example) and the cli would output a list of the names of the exercises I have available to download, together with their difficulty level and maybe a short description. This would make things easier.Perhaps I could then filter this list with e.g.
exercism --difficulty=medium list
for example...The text was updated successfully, but these errors were encountered: