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

Function sectionEnd

cli/config_sections.go:175–177  ·  view source on GitHub ↗

sectionEnd prints the matching closing box border.

(color string)

Source from the content-addressed store, hash-verified

173
174// sectionEnd prints the matching closing box border.
175func sectionEnd(color string) {
176 fmt.Println(uiBoxEnd(color))
177}
178
179// defaultMarker is a zero-width sentinel prefix that envOr/envBool use
180// to flag a value as "this is the runtime default, the env var is unset".

Callers 15

showConfigQualityMethod · 0.85
showConfigOutputMethod · 0.85
showConfigCompressionMethod · 0.85
showCompressionStatsMethod · 0.85
showConfigSchedulerMethod · 0.85
showConfigPanoramaMethod · 0.85
showConfigGeneralMethod · 0.85
showConfigProvidersMethod · 0.85
showConfigAgentMethod · 0.85
showConfigResilienceMethod · 0.85
showConfigSessionMethod · 0.85
showConfigDiagramMethod · 0.85

Calls 1

uiBoxEndFunction · 0.85

Tested by

no test coverage detected