MCPcopy Index your code
hub / github.com/rilldata/rill / PrintfSuccess

Method PrintfSuccess

cli/pkg/printer/printer.go:128–130  ·  view source on GitHub ↗
(str string, i ...interface{})

Source from the content-addressed store, hash-verified

126}
127
128func (p *Printer) PrintfSuccess(str string, i ...interface{}) {
129 p.Print(ColorGreenBold.Sprintf(str, i...))
130}
131
132func (p *Printer) PrintfWarn(str string, i ...interface{}) {
133 p.Print(ColorYellowBold.Sprintf(str, i...))

Callers 15

SwitchEnvCmdFunction · 0.80
LoginFunction · 0.80
LogoutCmdFunction · 0.80
RemoveCmdFunction · 0.80
SetAttributesCmdFunction · 0.80
SetResourceCmdFunction · 0.80
SetRoleCmdFunction · 0.80
ShowCmdFunction · 0.80
AddCmdFunction · 0.80
SetupCmdFunction · 0.80
ListCmdFunction · 0.80
RenameCmdFunction · 0.80

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected