Skip to content

Commit 9c92b8d

Browse files
committed
chore: Add CLI options
1 parent 1507ae5 commit 9c92b8d

File tree

11 files changed

+496
-73
lines changed

11 files changed

+496
-73
lines changed

example-extractor.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env node
22

3-
import { main } from './dist/src/index.js';
3+
import { cli } from './dist/cli.js';
44

5-
const rootPath = '.';
6-
main({ searchPath: rootPath, outputBasePath: 'output' });
5+
cli();

0 commit comments

Comments
 (0)