MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Locale

Struct Locale

command/flag/locale.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Locale struct {
13 Locale string
14}
15
16func (l Locale) Complete(prefix string) []flags.Completion {
17 return completions(l.listLocales(), l.sanitize(prefix), false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected