subheader prints a "── " subsection divider in gray.
(prefix, labelKey string)
| 307 | |
| 308 | // subheader prints a "── <label>" subsection divider in gray. |
| 309 | func subheader(prefix, labelKey string) { |
| 310 | fmt.Println(prefix + colorize(i18n.T(labelKey), ColorGray)) |
| 311 | } |
| 312 | |
| 313 | // ─── Section: PANORAMA ───────────────────────────────────────── |
| 314 |
no test coverage detected