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

Function Warning

io/status.go:17–20  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

15}
16
17func Warning(args ...any) {
18 fmt.Print(" /!\\ ")
19 fmt.Println(args...)
20}
21
22func Warningf(format string, args ...any) {
23 fmt.Printf(" /!\\ "+format, args...)

Callers 14

ScaleFunction · 0.92
exitCodeMethod · 0.92
DestroyFunction · 0.92
DatabaseNetPeeringsAddFunction · 0.92
FirewallRulesAddFunction · 0.92
FirewallRulesRemoveFunction · 0.92
ListFunction · 0.92
DestroyFunction · 0.92
ListFunction · 0.92
ShowLastChangelogFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected