MCPcopy
hub / github.com/cli/cli / Boldf

Method Boldf

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

Source from the content-addressed store, hash-verified

65}
66
67func (c *ColorScheme) Boldf(t string, args ...interface{}) string {
68 return c.Bold(fmt.Sprintf(t, args...))
69}
70
71func (c *ColorScheme) Muted(t string) string {
72 // Fallback to previous logic if accessible colors preview is disabled.

Callers 4

watchRunFunction · 0.80
checksRunFunction · 0.80
formatCommentFunction · 0.80
runRunFunction · 0.80

Calls 1

BoldMethod · 0.95

Tested by

no test coverage detected