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

Function successf

scripts/releaser/ui.go:26–28  ·  view source on GitHub ↗

successf prints a green success message to stderr.

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

Source from the content-addressed store, hash-verified

24
25// successf prints a green success message to stderr.
26func successf(w io.Writer, format string, args ...any) {
27 pretty.Fprintf(w, cliui.DefaultStyles.DateTimeStamp, outputPrefix+format+"\n", args...)
28}
29
30// confirm asks a yes/no question. Returns nil if the user confirms,
31// or a cancellation error otherwise.

Callers 2

runReleaseFunction · 0.85
updateReleaseDocsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected