MCPcopy Create free account
hub / github.com/Scalingo/cli / Errorf

Function Errorf

io/status.go:13–15  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

11}
12
13func Errorf(format string, args ...any) {
14 fmt.Fprintf(os.Stderr, " ! "+format, args...)
15}
16
17func Warning(args ...any) {
18 fmt.Print(" /!\\ ")

Callers 4

SendSignalFunction · 0.92
CheckFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected