MCPcopy Index your code
hub / github.com/coder/coder / infof

Function infof

scripts/releaser/ui.go:21–23  ·  view source on GitHub ↗

infof prints a cyan info message to stderr.

(w io.Writer, format string, args ...any)

Source from the content-addressed store, hash-verified

19
20// infof prints a cyan info message to stderr.
21func infof(w io.Writer, format string, args ...any) {
22 pretty.Fprintf(w, cliui.DefaultStyles.Keyword, outputPrefix+format+"\n", args...)
23}
24
25// successf prints a green success message to stderr.
26func successf(w io.Writer, format string, args ...any) {

Callers 4

runReleaseFunction · 0.85
updateReleaseDocsFunction · 0.85
promptAndUpdateDocsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected