MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Title

Method Title

cf/help/help.go:411–413  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

409}
410
411func (p appPresenter) Title(name string) string {
412 return terminal.HeaderColor(name)
413}
414
415func (c groupedCommands) SubTitle(name string) string {
416 return terminal.HeaderColor(name + ":")

Callers 2

SupportedLocalesFunction · 0.80

Calls 1

HeaderColorFunction · 0.92

Tested by

no test coverage detected