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
When one provides an inexisting combination of track and exercise switches on the terminal, then the CLI will report successful download to $(exercism workspace)/users:
$ exercism download --track=erlang --exercise=hello
Downloaded to
/home/nmelzer/exercism/users
After the download there will be a .exercism folder with a metadata.json in it. It has the following contents:
Current behaviour
When one provides an inexisting combination of
track
andexercise
switches on the terminal, then the CLI will report successful download to$(exercism workspace)/users
:After the download there will be a
.exercism
folder with ametadata.json
in it. It has the following contents:Expected behaviour
The CLI should tell us with an error message that the track/exercise does not exist.
The text was updated successfully, but these errors were encountered: