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

Method CliCommand

plugin/cli_connection.go:72–74  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

70}
71
72func (c *cliConnection) CliCommand(args ...string) ([]string, error) {
73 return c.callCliCommand(false, args...)
74}
75
76func (c *cliConnection) callCliCommand(silently bool, args ...string) ([]string, error) {
77 var (

Callers

nothing calls this directly

Calls 1

callCliCommandMethod · 0.95

Tested by

no test coverage detected