Skip to content

Commit

Permalink
fix: missing shebang for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 20, 2021
1 parent 351d1c1 commit 41f378e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { cac } from 'cac'
import { name, version } from '../package.json'
import { handleError } from './errors'
Expand Down

0 comments on commit 41f378e

Please sign in to comment.