MCPcopy 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
28func getCompletionCommands() []string {
29 return []string{
30 "__complete",
31 "__completeNoDesc",
32 }
33}
34
35func getBoolFlags() []string {
36 return []string{

Callers 1

ConvertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected