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
Copy file name to clipboardExpand all lines: exercism/main.go
+44-44Lines changed: 44 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,21 @@ const (
19
19
// lot of things get out of hand.
20
20
Version="2.2.4"
21
21
22
-
descDebug="Outputs useful debug information."
23
22
descConfigure="Writes config values to a JSON file."
23
+
descDebug="Outputs useful debug information."
24
+
descDownload="Downloads a solution given the ID of the latest iteration."
24
25
descFetch="Fetches the next unsubmitted problem in each track."
26
+
descList="Lists the available problems for a language track, given its ID."
27
+
descOpen="Opens exercism.io to your most recent iteration of a problem given the track ID and problem slug."
25
28
descRestore="Downloads the most recent iteration for each of your solutions on exercism.io."
26
-
descSubmit="Submits a new iteration to a problem on exercism.io."
27
29
descSkip="Skips a problem given a track ID and problem slug."
28
-
descUpgrade="Upgrades the CLI to the latest released version."
29
-
descTracks="Lists the available language tracks."
30
-
descOpen="Opens exercism.io to your most recent iteration of a problem given the track ID and problem slug."
31
-
descDownload="Downloads a solution given the ID of the latest iteration."
32
-
descList="Lists the available problems for a language track, given its ID."
33
30
descStatus="Fetches information about your progress with a given language track."
31
+
descSubmit="Submits a new iteration to a problem on exercism.io."
32
+
descTracks="Lists the available language tracks."
33
+
descUpgrade="Upgrades the CLI to the latest released version."
34
34
35
-
descLongRestore="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."
36
35
descLongDownload="The submission ID is the last part of the URL when looking at a solution on exercism.io."
36
+
descLongRestore="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."
0 commit comments