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

Method SubTitle

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

Source from the content-addressed store, hash-verified

413}
414
415func (c groupedCommands) SubTitle(name string) string {
416 return terminal.HeaderColor(name + ":")
417}
418
419func maxPluginCommandNameLength(plugins map[string]pluginconfig.PluginMetadata, maxNameLen int) int {
420 for _, pluginMetadata := range plugins {

Callers

nothing calls this directly

Calls 1

HeaderColorFunction · 0.92

Tested by

no test coverage detected