cli/utils
Mislav Marohnić b6fa88337d Ensure that commands print to a colorable output
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()`.
2019-11-27 20:51:51 +01:00
..
color.go Ensure that commands print to a colorable output 2019-11-27 20:51:51 +01:00
prepare_cmd.go Only capture stderr of commands that don't have configured Stderr 2019-11-14 20:02:42 +01:00
table_printer.go Ensure that commands print to a colorable output 2019-11-27 20:51:51 +01:00
utils.go 🔥 unused code 2019-11-26 14:14:31 +01:00