| 340 | export type HelpConfiguration = Partial<Help>; |
| 341 | |
| 342 | export interface ParseOptions { |
| 343 | from: 'node' | 'electron' | 'user'; |
| 344 | } |
| 345 | export interface HelpContext { |
| 346 | // optional parameter for .help() and .outputHelp() |
| 347 | error: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected