Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ PrintNote
Method
PrintNote
internal/tui/note.go:61–63 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
59
}
60
61
func
(o Output) PrintNote(format string, args ...any) {
62
o.printNoteWithOptions(format, args, withHeader(InfoHeader))
63
}
64
65
var
warningHeader = Str{
66
Plain:
" Warn -> "
,
Callers
4
PromptUserForCredentials
Function · 0.95
loginWithStoredCredentials
Function · 0.95
runPush
Function · 0.95
LoginDevice
Method · 0.95
Calls
2
printNoteWithOptions
Method · 0.95
withHeader
Function · 0.85
Tested by
no test coverage detected