We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a8db8 + e18a2a3 commit fc511b8Copy full SHA for fc511b8
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