MCPcopy Create free account
hub / github.com/docker/compose / getStringFlags

Function getStringFlags

cmd/compatibility/convert.go:44–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func getStringFlags() []string {
45 return []string{
46 "--tlscacert",
47 "--tlscert",
48 "--tlskey",
49 "--host", "-H",
50 "--context",
51 "--log-level",
52 }
53}
54
55// Convert transforms standalone docker-compose args into CLI plugin compliant ones
56func Convert(args []string) []string {

Callers 1

ConvertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected