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

Method PrintfError

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

Source from the content-addressed store, hash-verified

134}
135
136func (p *Printer) PrintfError(str string, i ...interface{}) {
137 p.Print(ColorRedBold.Sprintf(str, i...))
138}
139
140func (p *Printer) OverrideHumanOutput(out io.Writer) {
141 p.humanOutOverride = out

Callers 9

LoginWithTelemetryFunction · 0.80
ConnectGithubFlowFunction · 0.80
DeployWithUploadFlowFunction · 0.80
redeployProjectFunction · 0.80
RenameCmdFunction · 0.80
SetInternalPlanCmdFunction · 0.80
ListAdminsCmdFunction · 0.80
outputResultFunction · 0.80

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected