MCPcopy
hub / github.com/cloudfoundry/cli / NewCommandRunner

Function NewCommandRunner

plugin/rpc/call_command_registry.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17type commandRunner struct{}
18
19func NewCommandRunner() CommandRunner {
20 return &commandRunner{}
21}
22
23func (c *commandRunner) Command(args []string, deps commandregistry.Dependency, pluginApiCall bool) (err error) {
24 cmdRegistry := commandregistry.Commands

Callers 2

NewRPCServiceFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected