MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / disableStdOut

Function disableStdOut

multiapps_plugin.go:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func disableStdOut() {
78 defaultlog.SetFlags(0)
79 defaultlog.SetOutput(io.Discard)
80}
81
82func findCommand(name string) (commands.Command, error) {
83 for _, command := range Commands {

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected