cli/pkg/cmd/issue
Heath Stewart 88af63d36f
Re-enable label colors for issue list (#4106)
* Re-enable label colors for issue list
* Drop parentheses wrapping issue labels
* Support ANSI escape codes in TablePrinter cells
* Switch to a Truncate implementation that correctly measures ANSI escape codes
* Only output RGB color if terminal has truecolor capabilities
* Enable `ENABLE_VIRTUAL_TERMINAL_PROCESSING` on Windows - fixes wrapping issues with full lines and allows truecolor rendering

Co-authored-by: Mislav Marohnić <mislav@github.com>
2021-08-23 19:55:12 +02:00
..
close Improve issue status detection 2021-04-28 00:30:21 -03:00
comment Pass web browser to each individual command 2021-03-19 21:22:37 +01:00
create Allow setting empty body via editor in issue/pr create 2021-06-04 21:50:51 +02:00
delete Skip confirmation for non-interactive contexts 2021-01-27 16:31:23 -08:00
edit Export more IDs in issue/pr JSON payload 2021-05-18 18:19:28 +02:00
list Re-enable label colors for issue list (#4106) 2021-08-23 19:55:12 +02:00
reopen Improve issue status detection 2021-04-28 00:30:21 -03:00
shared Re-enable label colors for issue list (#4106) 2021-08-23 19:55:12 +02:00
status Have Exporter.Write automatically call ExportData on given data structure 2021-05-12 17:05:15 +02:00
transfer Improve issue status detection 2021-04-28 00:30:21 -03:00
view Disable colorizing labels in issue list output 2021-08-03 16:02:16 +02:00
issue.go Add issue transfer command 2021-03-30 18:42:34 +02:00