Skip to content

Commit b880692

Browse files
committed
fix(cli): add missing shebang
1 parent 2d753b9 commit b880692

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import * as fs from 'fs'
24
import * as yargs from 'yargs'
35

0 commit comments

Comments
 (0)