Skip to content

Commit

Permalink
fix(cli): add missing shebang (resolves #135)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 25, 2023
1 parent d612198 commit 05235f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { relative } from "node:path";
import { defineCommand, runMain } from "citty";
import { consola } from "consola";
Expand Down

0 comments on commit 05235f3

Please sign in to comment.