Skip to content

Commit

Permalink
fix(cli): add missed shebang
Browse files Browse the repository at this point in the history
closes #3
  • Loading branch information
antongolub committed Oct 15, 2019
1 parent daa8bb1 commit 3c2297e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/ts/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import meow from 'meow'
import {generate} from './license'

Expand Down

0 comments on commit 3c2297e

Please sign in to comment.