MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / GetPluginCommand

Method GetPluginCommand

commands/command.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10// Command is an interface that should be implemented by all commands
11type Command interface {
12 GetPluginCommand() plugin.Command
13 Initialize(name string, cliConnection plugin.CliConnection)
14 Execute(args []string) ExecutionStatus
15

Callers 10

RunMethod · 0.65
GetMetadataMethod · 0.65
findCommandFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected