Skip to content

Commit

Permalink
Fix CLI installed with npm (add shebang) (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli authored Mar 27, 2024
1 parent 4c5dbc6 commit 74cac9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cmioc.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { Command, InvalidArgumentError } from "@commander-js/extra-typings";
import {
Address,
Expand Down

0 comments on commit 74cac9e

Please sign in to comment.