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.
1 parent 1a2fd1b commit a13f9efCopy full SHA for a13f9ef
1 file changed
exercism/main.go
@@ -46,7 +46,7 @@ func main() {
46
cli.StringFlag{
47
Name: "config, c",
48
Usage: "path to config file",
49
- EnvVar: "EXERCISM_CONFIG_FILE",
+ EnvVar: "XDG_CONFIG_HOME,EXERCISM_CONFIG_FILE",
50
},
51
cli.BoolFlag{
52
Name: "verbose, v",
0 commit comments