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()`. |
||
|---|---|---|
| .. | ||
| color.go | ||
| prepare_cmd.go | ||
| table_printer.go | ||
| utils.go | ||