(item string)
| 77 | func FormatVerboseMessage(message string) string { return "» " + message } |
| 78 | func FormatListHeader(header string) string { return header } |
| 79 | func FormatListItem(item string) string { return " • " + item } |
| 80 | func FormatSectionHeader(header string) string { return header } |
| 81 | |
| 82 | func RenderTable(config TableConfig) string { |
no outgoing calls
no test coverage detected