Skip to content

Commit 5c196f9

Browse files
author
Go
committed
fix: add cli shebang
1 parent 9d7145e commit 5c196f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli-ink.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 { promises as fs } from 'node:fs';
23
import { readFileSync } from 'node:fs';
34
import path from 'node:path';

0 commit comments

Comments
 (0)