| 343 | from: 'node' | 'electron' | 'user'; |
| 344 | } |
| 345 | export interface HelpContext { |
| 346 | // optional parameter for .help() and .outputHelp() |
| 347 | error: boolean; |
| 348 | } |
| 349 | export interface AddHelpTextContext { |
| 350 | // passed to text function used with .addHelpText() |
| 351 | error: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected