MCPcopy 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
61func (o Output) PrintNote(format string, args ...any) {
62 o.printNoteWithOptions(format, args, withHeader(InfoHeader))
63}
64
65var warningHeader = Str{
66 Plain: " Warn -> ",

Callers 4

PromptUserForCredentialsFunction · 0.95
runPushFunction · 0.95
LoginDeviceMethod · 0.95

Calls 2

printNoteWithOptionsMethod · 0.95
withHeaderFunction · 0.85

Tested by

no test coverage detected