| 20 | type Format = (typeof formats)[number]; |
| 21 | |
| 22 | export interface Opts { |
| 23 | fromNpm?: boolean; |
| 24 | summary?: boolean; |
| 25 | emoji?: boolean; |
| 26 | color?: boolean; |
| 27 | quiet?: boolean; |
| 28 | configPath?: string; |
| 29 | ignoreRules?: string[]; |
| 30 | format: Format; |
| 31 | } |
| 32 | |
| 33 | program |
| 34 | .addHelpText("before", `ATTW CLI (v${version})\n`) |
nothing calls this directly
no outgoing calls
no test coverage detected