Skip to content

Commit ea2e50d

Browse files
committed
fix: shebang option
1 parent bfc7ad5 commit ea2e50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node --dns-result-order ipv4first
1+
#!/usr/bin/env -S node --dns-result-order ipv4first
22

33
import yargs from 'yargs'
44
import { commands } from './commands/index.js'

0 commit comments

Comments
 (0)