Skip to content

Commit 80ee6cb

Browse files
committed
chore: clean Output structure
1 parent 694b01d commit 80ee6cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/config/output.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,4 @@ type Output struct {
3535
SortResults bool `mapstructure:"sort-results"`
3636
PrintWelcomeMessage bool `mapstructure:"print-welcome"`
3737
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.
4138
}

0 commit comments

Comments
 (0)