| 39 | } |
| 40 | |
| 41 | interface CLIOptions { |
| 42 | defaultIgnores: boolean; |
| 43 | failOnWarning: boolean; |
| 44 | handler?: string[]; |
| 45 | ignore: string[]; |
| 46 | importer?: string; |
| 47 | out?: string; |
| 48 | pretty: boolean; |
| 49 | resolver?: string[]; |
| 50 | } |
| 51 | |
| 52 | program |
| 53 | .name('react-docgen-parse') |
nothing calls this directly
no outgoing calls
no test coverage detected