MCPcopy Create free account
hub / github.com/rilldata/rill / PrintfBold

Method PrintfBold

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

Source from the content-addressed store, hash-verified

122}
123
124func (p *Printer) PrintfBold(str string, i ...interface{}) {
125 p.Print(ColorBold.Sprintf(str, i...))
126}
127
128func (p *Printer) PrintfSuccess(str string, i ...interface{}) {
129 p.Print(ColorGreenBold.Sprintf(str, i...))

Callers 13

LoginFunction · 0.80
LoginWithTelemetryFunction · 0.80
ConnectGithubFlowFunction · 0.80
DeployWithUploadFlowFunction · 0.80
createOrgFlowFunction · 0.80
StopCmdFunction · 0.80
StartCmdFunction · 0.80
DeleteCmdFunction · 0.80
CreateCmdFunction · 0.80
CancelCmdFunction · 0.80
EditCmdFunction · 0.80

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected