Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
84
func
formatDefault(format string) string {
85
return
" (default: "
+ format +
")"
86
}
87
88
func
stringifyFlag(f Flag) string {
89
// enforce DocGeneration interface on flags to avoid reflection
Callers
1
stringifyFlag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected