We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1b9c9 commit 5b42b1dCopy full SHA for 5b42b1d
lib/extract/runCLI.ts
@@ -9,7 +9,9 @@ import { TypeScriptSourceFile } from "./TypeScriptSourceFile.ts";
9
* @param rootDir the root directory of the project. Usually `import.meta.dirname`.
10
*
11
* @example Running from the configuration options
12
+ * ```ts
13
* import.meta.main && await runCLI(options, import.meta.dirname);
14
+ * ```
15
*/
16
export async function runCLI({
17
pattern = "**/*.{ts,tsx}",
0 commit comments