MCPcopy Create free account
hub / github.com/cloudfoundry/cli / usage

Method usage

cf/flags/flags_usage.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (p *flagPresenter) usage() string {
55 return p.flagSet.String()
56}
57
58func (p *flagPresenter) comparableString() string {
59 if p.flagSet.GetName() != "" {

Callers 1

lineMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected