MCPcopy
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
62func defaultEnvFormat(envVars []string) string {
63 return envFormat(envVars, "$", ", $", "")
64}
65
66func withEnvHint(envVars []string, str string) string {
67 envText := ""

Callers 1

withEnvHintFunction · 0.85

Calls 1

envFormatFunction · 0.85

Tested by

no test coverage detected