MCPcopy
hub / github.com/cli/cli / Bluef

Method Bluef

pkg/iostreams/color.go:188–190  ·  view source on GitHub ↗
(t string, args ...interface{})

Source from the content-addressed store, hash-verified

186}
187
188func (c *ColorScheme) Bluef(t string, args ...interface{}) string {
189 return c.Blue(fmt.Sprintf(t, args...))
190}
191
192func (c *ColorScheme) SuccessIcon() string {
193 return c.SuccessIconWithColor(c.Green)

Callers

nothing calls this directly

Calls 1

BlueMethod · 0.95

Tested by

no test coverage detected