FormatSectionHeader formats a section header with proper styling
(header string)
| 381 | |
| 382 | // FormatSectionHeader formats a section header with proper styling |
| 383 | func FormatSectionHeader(header string) string { |
| 384 | return formatSectionHeaderWithTTY(header, isTTY) |
| 385 | } |
| 386 | |
| 387 | // FormatSectionHeaderStderr formats a section header for stderr output. |
| 388 | func FormatSectionHeaderStderr(header string) string { |