MCPcopy
hub / github.com/cli/cli / GreenBold

Method GreenBold

pkg/iostreams/color.go:129–134  ·  view source on GitHub ↗
(t string)

Source from the content-addressed store, hash-verified

127}
128
129func (c *ColorScheme) GreenBold(t string) string {
130 if !c.Enabled {
131 return t
132 }
133 return greenBold(t)
134}
135
136// Deprecated: Use Muted instead for thematically contrasting color.
137func (c *ColorScheme) Gray(t string) string {

Callers 1

displayResultsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected