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

Method DisableTerminalOutput

plugin/rpc/cli_rpc_server.go:163–167  ·  view source on GitHub ↗
(disable bool, retVal *bool)

Source from the content-addressed store, hash-verified

161}
162
163func (cmd *CliRpcCmd) DisableTerminalOutput(disable bool, retVal *bool) error {
164 cmd.terminalOutputSwitch.DisableTerminalOutput(disable)
165 *retVal = true
166 return nil
167}
168
169func (cmd *CliRpcCmd) CallCoreCommand(args []string, retVal *bool) error {
170 var err error

Callers

nothing calls this directly

Calls 1

DisableTerminalOutputMethod · 0.65

Tested by

no test coverage detected