Skip to content

Commit 24713e7

Browse files
authored
🐛 Restore shebang (#25)
Restores shebang for bin output.
1 parent 620df75 commit 24713e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import { writeFile } from "node:fs/promises";
24

35
import { Command, Option } from "@commander-js/extra-typings";

0 commit comments

Comments
 (0)