| 21 | } |
| 22 | |
| 23 | interface CommandConfig { |
| 24 | allowUnknownOptions?: boolean |
| 25 | ignoreOptionDefaultValue?: boolean |
| 26 | } |
| 27 | |
| 28 | type HelpCallback = (sections: HelpSection[]) => void | HelpSection[] |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…