Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ func main() {
Name: "restore",
ShortName: "r",
Usage: "Restore completed and current assignments from exercism.io",
Description: "Restore will pull the latest revisions of exercises that have already been " +
"submitted. It will *not* overwrite existing files. If you have made changes " +
"to a file and have not submitted it, and you're trying to restore the last " +
"submitted version, first move that file out of the way, then call restore.",
Action: func(c *cli.Context) {
config, err := configuration.FromFile(configuration.HomeDir())
if err != nil {
Expand Down