Skip to content

Commit

Permalink
UX. Enable output colorization by default (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0re1 authored Jan 18, 2024
1 parent 6cd572a commit 3e61feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/color.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func init() {
}

func addColorFlag(flagset *pflag.FlagSet) {
flagset.BoolVar(&noColorFlag, "no-color", true, "Disable colorized output.")
flagset.BoolVar(&noColorFlag, "no-color", false, "Disable colorized output.")
}

func initColor() {
Expand Down

0 comments on commit 3e61feb

Please sign in to comment.