feature request: add `exercism update` command
Open
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 363
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 2
Description
referencing #802
Instead of having to navigate to the exercise and click the "This exercise has been updated" banner then click the Update button, can we get a cli subcommand to do it?
```sh
exercism update --track=track --exercise=slug
```
And/or, a new option for the download command:
```sh
exercism download --track=track --exercise=slug --update
```
that would apply any updates prior to downloading.
Contributor guide
Assessment
This issue has not been assessed yet.