MCPcopy Create free account
hub / github.com/auth0/auth0-cli / Detailf

Method Detailf

internal/display/display.go:78–80  ·  view source on GitHub ↗

Detailf writes an indented detail line with no prefix symbol, used for supplementary information displayed beneath a success or info message.

(format string, a ...interface{})

Source from the content-addressed store, hash-verified

76// Detailf writes an indented detail line with no prefix symbol, used for
77// supplementary information displayed beneath a success or info message.
78func (r *Renderer) Detailf(format string, a ...interface{}) {
79 fmt.Fprintf(r.MessageWriter, detailIndent+format+"\n", a...)
80}
81
82func (r *Renderer) Warnf(format string, a ...interface{}) {
83 fmt.Fprint(r.MessageWriter, ansi.Yellow(" ▸ "))

Callers 5

printClientDetailsFunction · 0.80
printAPIDetailsFunction · 0.80
WriteQuickstartConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected