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 96dc1c7 + 9f10513 commit d33150aCopy full SHA for d33150a
1 file changed
main.go
@@ -162,31 +162,6 @@ func main() {
162
logout(c.GlobalString("config"))
163
},
164
165
- {
166
- Name: "peek",
167
- ShortName: "p",
168
- Usage: "Fetch upcoming assignment from exercism.io",
169
- Action: func(c *cli.Context) {
170
- config, err := configuration.FromFile(c.GlobalString("config"))
171
- if err != nil {
172
- fmt.Println("Are you sure you are logged in? Please login again.")
173
- return
174
- }
175
- assignments, err := FetchAssignments(config,
176
- FetchEndpoints["next"])
177
178
- fmt.Println(err)
179
180
181
-
182
- for _, a := range assignments {
183
- err := SaveAssignment(config.ExercismDirectory, a)
184
185
186
187
188
- },
189
190
{
191
Name: "restore",
192
ShortName: "r",
0 commit comments