MCPcopy Create free account
hub / github.com/diillson/chatcli / subheader

Function subheader

cli/config_sections.go:309–311  ·  view source on GitHub ↗

subheader prints a "── " subsection divider in gray.

(prefix, labelKey string)

Source from the content-addressed store, hash-verified

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

Callers 15

showConfigQualityMethod · 0.85
showConfigSchedulerMethod · 0.85
showConfigGeneralMethod · 0.85
showConfigProvidersMethod · 0.85
showConfigAgentMethod · 0.85
showConfigResilienceMethod · 0.85
showConfigSessionMethod · 0.85
showConfigDiagramMethod · 0.85
showConfigAuthMethod · 0.85
showConfigSecurityMethod · 0.85
showConfigServerMethod · 0.85

Calls 2

TFunction · 0.92
colorizeFunction · 0.85

Tested by

no test coverage detected