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

Method CommandInfoByName

command/common/help_command.go:22–22  ·  view source on GitHub ↗

CommandInfoByName returns back a help command information for the given command

(interface{}, string)

Source from the content-addressed store, hash-verified

20 // CommandInfoByName returns back a help command information for the given
21 // command
22 CommandInfoByName(interface{}, string) (sharedaction.CommandInfo, error)
23
24 // CommandInfos returns a list of all commands
25 CommandInfos(interface{}) map[string]sharedaction.CommandInfo

Callers 2

displayCommandMethod · 0.65
help_test.goFile · 0.65

Implementers 2

FakeHelpActorcommand/common/commonfakes/fake_help_a
Actoractor/sharedaction/actor.go

Calls

no outgoing calls

Tested by

no test coverage detected