If a command does `fmt.Print(...)` for output that contains ANSI color codes, this not safe on Windows. We have to ensure that we always use the `fmt.Fprint*` family of functions with a writer that was transformed using `utils.NewColorable()`. |
||
|---|---|---|
| .. | ||
| completion.go | ||
| completion_test.go | ||
| issue.go | ||
| issue_test.go | ||
| pr.go | ||
| pr_checkout_test.go | ||
| pr_create.go | ||
| pr_create_test.go | ||
| pr_test.go | ||
| root.go | ||
| testing.go | ||
| title_body_survey.go | ||