MCPcopy
hub / github.com/cli/cli / Redf

Method Redf

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

Source from the content-addressed store, hash-verified

101}
102
103func (c *ColorScheme) Redf(t string, args ...interface{}) string {
104 return c.Red(fmt.Sprintf(t, args...))
105}
106
107func (c *ColorScheme) Yellow(t string) string {
108 if !c.Enabled {

Callers 2

verifyMethod · 0.80

Calls 1

RedMethod · 0.95

Tested by

no test coverage detected