cli/utils
Mislav Marohnić f30e973b9d Extract generic row printer that adjusts itself for receiving terminal
This makes the approach from `pr list` reusable across other commands
that may benefit from table-based output, e.g. `issue list` or `pr status`

The idea is: instantiate a printer, connect it to stdout, feed it some
data, and it does the rest: colored, truncated column output that fits
into a terminal, or tab-delimited output (no color, no truncation) for
scripts.
2019-11-15 19:19:41 +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 Log executed git commands when DEBUG is active 2019-11-01 23:20:45 +01:00
table_printer.go Extract generic row printer that adjusts itself for receiving terminal 2019-11-15 19:19:41 +01:00
utils.go Use SetPrepareCmd hook to spy on OpenInBrowser 2019-11-01 22:18:12 +01:00