MCPcopy Index your code
hub / github.com/cloudfoundry/multiapps-cli-plugin / DisableTerminalOutput

Function DisableTerminalOutput

ui/ui.go:41–43  ·  view source on GitHub ↗
(disable bool)

Source from the content-addressed store, hash-verified

39}
40
41func DisableTerminalOutput(disable bool) {
42 teePrinter.DisableTerminalOutput(disable)
43}
44
45func PrintPaginator(rows []string, err error) {
46 ui.PrintPaginator(rows, err)

Calls

no outgoing calls

Tested by

no test coverage detected