Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
func
(Path) Complete(prefix string) []flags.Completion {
34
return
completeWithTilde(prefix)
35
}
36
37
type
PathWithExistenceCheck string
38
Callers
nothing calls this directly
Calls
1
completeWithTilde
Function · 0.85
Tested by
no test coverage detected