MCPcopy Index your code
hub / github.com/cli/cli / Yellowf

Method Yellowf

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

Source from the content-addressed store, hash-verified

112}
113
114func (c *ColorScheme) Yellowf(t string, args ...interface{}) string {
115 return c.Yellow(fmt.Sprintf(t, args...))
116}
117
118func (c *ColorScheme) Green(t string) string {
119 if !c.Enabled {

Callers 1

NewCmdExtensionFunction · 0.80

Calls 1

YellowMethod · 0.95

Tested by

no test coverage detected