MCPcopy Index your code
hub / github.com/docker/docker-agent / PrintWelcomeMessage

Method PrintWelcomeMessage

pkg/cli/printer.go:61–63  ·  view source on GitHub ↗

PrintWelcomeMessage prints the welcome message

(appName string)

Source from the content-addressed store, hash-verified

59
60// PrintWelcomeMessage prints the welcome message
61func (p *Printer) PrintWelcomeMessage(appName string) {
62 p.Printf("\n------- Welcome to %s! -------\n(Ctrl+C to stop the agent and exit)\n\n", bold(appName))
63}
64
65// PrintError prints an error message
66func (p *Printer) PrintError(err error) {

Callers 1

RunFunction · 0.80

Calls 1

PrintfMethod · 0.95

Tested by

no test coverage detected