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

Method CliCommandWithoutTerminalOutput

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

Source from the content-addressed store, hash-verified

66}
67
68func (c *cliConnection) CliCommandWithoutTerminalOutput(args ...string) ([]string, error) {
69 return c.callCliCommand(true, args...)
70}
71
72func (c *cliConnection) CliCommand(args ...string) ([]string, error) {
73 return c.callCliCommand(false, args...)

Callers

nothing calls this directly

Calls 1

callCliCommandMethod · 0.95

Tested by

no test coverage detected