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

Method Complete

command/flag/path.go:94–96  ·  view source on GitHub ↗
(prefix string)

Source from the content-addressed store, hash-verified

92type JSONOrFileWithValidation types.OptionalObject
93
94func (JSONOrFileWithValidation) Complete(prefix string) []flags.Completion {
95 return completeWithTilde(prefix)
96}
97
98func (p *JSONOrFileWithValidation) UnmarshalFlag(pathOrJSON string) error {
99 var jsonBytes []byte

Callers

nothing calls this directly

Calls 1

completeWithTildeFunction · 0.85

Tested by

no test coverage detected