Skip to content

Commit 60baf9c

Browse files
committed
Add shebang to main.ts
1 parent 43aacf1 commit 60baf9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import yargs from 'yargs';
23
import { hideBin } from 'yargs/helpers';
34
import cli from './cli';

0 commit comments

Comments
 (0)