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

Method Complete

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

Source from the content-addressed store, hash-verified

31}
32
33func (Path) Complete(prefix string) []flags.Completion {
34 return completeWithTilde(prefix)
35}
36
37type PathWithExistenceCheck string
38

Callers

nothing calls this directly

Calls 1

completeWithTildeFunction · 0.85

Tested by

no test coverage detected