MCPcopy Create free account
hub / github.com/cloudfoundry/cli / Color

Struct Color

command/flag/color.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Color struct {
10 Value string
11 IsSet bool
12}
13
14func (Color) Complete(prefix string) []flags.Completion {
15 return completions([]string{"true", "false"}, prefix, false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected