MCPcopy
hub / github.com/urfave/cli / formatDefault

Function formatDefault

docs.go:84–86  ·  view source on GitHub ↗
(format string)

Source from the content-addressed store, hash-verified

82}
83
84func formatDefault(format string) string {
85 return " (default: " + format + ")"
86}
87
88func stringifyFlag(f Flag) string {
89 // enforce DocGeneration interface on flags to avoid reflection

Callers 1

stringifyFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected