Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/compose
/ getCompletionCommands
Function
getCompletionCommands
cmd/compatibility/convert.go:28–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
)
27
28
func
getCompletionCommands() []string {
29
return
[]string{
30
"__complete"
,
31
"__completeNoDesc"
,
32
}
33
}
34
35
func
getBoolFlags() []string {
36
return
[]string{
Callers
1
Convert
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected