Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ defaultEnvFormat
Function
defaultEnvFormat
docs.go:62–64 ·
view source on GitHub ↗
(envVars []string)
Source
from the content-addressed store, hash-verified
60
}
61
62
func
defaultEnvFormat(envVars []string) string {
63
return
envFormat(envVars,
"$"
,
", $"
,
""
)
64
}
65
66
func
withEnvHint(envVars []string, str string) string {
67
envText :=
""
Callers
1
withEnvHint
Function · 0.85
Calls
1
envFormat
Function · 0.85
Tested by
no test coverage detected