MCPcopy Index your code
hub / github.com/reactjs/react-docgen / CLIOptions

Interface CLIOptions

packages/react-docgen-cli/src/commands/parse/command.ts:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41interface 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
52program
53 .name('react-docgen-parse')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected