Skip to content

Commit

Permalink
Actually, just default to using colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dperny committed Jan 20, 2021
1 parent 61bcac9 commit c539cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bta-wiki-import.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ var RootCmd = &cobra.Command{
}

func init() {
RootCmd.PersistentFlags().BoolVar(&flagColor, "color", false, "enable color logging")
RootCmd.PersistentFlags().BoolVar(&flagColor, "color", true, "enable color logging")
}

0 comments on commit c539cff

Please sign in to comment.