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 694b01d commit 80ee6cbCopy full SHA for 80ee6cb
pkg/config/output.go
@@ -35,7 +35,4 @@ type Output struct {
35
SortResults bool `mapstructure:"sort-results"`
36
PrintWelcomeMessage bool `mapstructure:"print-welcome"`
37
PathPrefix string `mapstructure:"path-prefix"`
38
-
39
- // only work with CLI flags because the setup of logs is done before the config file parsing.
40
- Color string // Flag only.
41
}
0 commit comments