(text: string)
| 1096 | const lines: string[] = []; |
| 1097 | const theme = getTheme(resolveThemeSetting(getGlobalConfig().theme)); |
| 1098 | const h = (text: string) => applyColor(text, theme.claude as Color); |
| 1099 | |
| 1100 | // Two-column helper with fixed spacing |
| 1101 | // Column 1: label (18 chars) + value + padding to reach col 2 |
no test coverage detected