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 7911b0d + ef25144 commit 66af7f1Copy full SHA for 66af7f1
1 file changed
cmd/configure.go
@@ -35,6 +35,9 @@ func Configure(ctx *cli.Context) {
35
log.Fatal(err)
36
}
37
38
- fmt.Printf("The configuration has been written to %s\n", c.File)
39
- fmt.Printf("Your exercism directory can be found at %s\n", c.Dir)
+ fmt.Printf("\nConfiguration written to %s\n\n", c.File)
+ fmt.Printf(" --key=%s\n", c.APIKey)
40
+ fmt.Printf(" --dir=%s\n", c.Dir)
41
+ fmt.Printf(" --host=%s\n", c.API)
42
+ fmt.Printf(" --api=%s\n\n", c.XAPI)
43
0 commit comments