Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ PrintWarning
Method
PrintWarning
internal/tui/note.go:70–72 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
(o Output) PrintWarning(format string, args ...any) {
71
o.printNoteWithOptions(format, args, withHeader(warningHeader))
72
}
Callers
1
maybePrintEnvAuthWarning
Function · 0.80
Calls
2
printNoteWithOptions
Method · 0.95
withHeader
Function · 0.85
Tested by
no test coverage detected