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

Method displaySystem

command/v7/env_command.go:109–117  ·  view source on GitHub ↗
(group map[string]interface{})

Source from the content-addressed store, hash-verified

107}
108
109func (cmd EnvCommand) displaySystem(group map[string]interface{}) error {
110 for key, val := range group {
111 err := cmd.UI.DisplayJSON(key, val)
112 if err != nil {
113 return err
114 }
115 }
116 return nil
117}

Callers 1

ExecuteMethod · 0.95

Calls 1

DisplayJSONMethod · 0.65

Tested by

no test coverage detected