MCPcopy Create free account
hub / github.com/dropbox/dbxcli / Error

Method Error

internal/output/output.go:66–68  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

64}
65
66func (r *Renderer) Error(format string, args ...any) {
67 _, _ = fmt.Fprintf(r.stderr, "Error: "+format+"\n", args...)
68}
69
70func (r *Renderer) Status(format string, args ...any) {
71 _, _ = fmt.Fprintf(r.stderr, format+"\n", args...)

Callers 2

Calls

no outgoing calls

Tested by 2