HelpFormat represents the possible formats for baker help.
| 8 | |
| 9 | // HelpFormat represents the possible formats for baker help. |
| 10 | type HelpFormat int |
| 11 | |
| 12 | const ( |
| 13 | // HelpFormatRaw is for raw-formatted help. |
nothing calls this directly
no outgoing calls
no test coverage detected