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

Function getBoolFlags

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

Source from the content-addressed store, hash-verified

33}
34
35func getBoolFlags() []string {
36 return []string{
37 "--debug", "-D",
38 "--verbose",
39 "--tls",
40 "--tlsverify",
41 }
42}
43
44func getStringFlags() []string {
45 return []string{

Callers 1

ConvertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected