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

Method HasCommand

actor/pluginaction/install.go:25–25  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

23
24type CommandList interface {
25 HasCommand(string) bool
26 HasAlias(string) bool
27}
28

Callers 2

GetAndValidatePluginMethod · 0.65

Implementers 2

commandListcommand/common/command_list_v7.go
FakeCommandListactor/pluginaction/pluginactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected