Skip to content

Commit 535a376

Browse files
committed
Draft for v2
1 parent 13686f8 commit 535a376

File tree

13 files changed

+876
-423
lines changed

13 files changed

+876
-423
lines changed

bin/cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/usr/bin/env node
2-
require('../index.js')()
2+
const runCLI = require('../src/cli.js');
3+
runCLI();

0 commit comments

Comments
 (0)