Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
getBoolFlags() []string {
36
return
[]string{
37
"--debug"
,
"-D"
,
38
"--verbose"
,
39
"--tls"
,
40
"--tlsverify"
,
41
}
42
}
43
44
func
getStringFlags() []string {
45
return
[]string{
Callers
1
Convert
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected