cli/utils
Mislav Marohnić 97a6dc494b Redesign TablePrinter to avoid SetContentWidth / FitColumns steps
The API is now:
- AddField;
- EndRow;
- Render.
2019-11-20 13:29:27 +01:00
..
color.go do not use color when stdout is not a terminal 2019-11-06 10:15:27 -07: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 Redesign TablePrinter to avoid SetContentWidth / FitColumns steps 2019-11-20 13:29:27 +01:00
utils.go Use SetPrepareCmd hook to spy on OpenInBrowser 2019-11-01 22:18:12 +01:00