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 99c5e14 + db36747 commit c9fc21cCopy full SHA for c9fc21c
1 file changed
main.go
@@ -138,6 +138,7 @@ func main() {
138
return
139
}
140
configuration.ToFile(c.GlobalString("config"), config)
141
+ fmt.Printf("Your exercism directory can be found at %s\n", config.ExercismDirectory)
142
},
143
144
{
0 commit comments