(format string)
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…