Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Bluef
Method
Bluef
pkg/iostreams/color.go:188–190 ·
view source on GitHub ↗
(t string, args ...any)
Source
from the content-addressed store, hash-verified
186
}
187
188
func
(c *ColorScheme) Bluef(t string, args ...any) string {
189
return
c.Blue(fmt.Sprintf(t, args...))
190
}
191
192
func
(c *ColorScheme) SuccessIcon() string {
193
return
c.SuccessIconWithColor(c.Green)
Callers
nothing calls this directly
Calls
1
Blue
Method · 0.95
Tested by
no test coverage detected