We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e06234b + 0338bf3 commit 39b8cdfCopy full SHA for 39b8cdf
1 file changed
main.go
@@ -152,6 +152,10 @@ func main() {
152
Name: "restore",
153
ShortName: "r",
154
Usage: "Restore completed and current assignments from exercism.io",
155
+ Description: "Restore will pull the latest revisions of exercises that have already been " +
156
+ "submitted. It will *not* overwrite existing files. If you have made changes " +
157
+ "to a file and have not submitted it, and you're trying to restore the last " +
158
+ "submitted version, first move that file out of the way, then call restore.",
159
Action: func(c *cli.Context) {
160
config, err := configuration.FromFile(configuration.HomeDir())
161
if err != nil {
0 commit comments