Skip to content

Commit 4beddd6

Browse files
committed
✨ add shebang line
1 parent 495b3e8 commit 4beddd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.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 { Command } from 'commander';
24
import { test } from './command';
35

0 commit comments

Comments
 (0)