diff --git a/cli.js b/cli.js index 676b40c..2ad4ae2 100755 --- a/cli.js +++ b/cli.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node --dns-result-order ipv4first +#!/usr/bin/env -S node --dns-result-order ipv4first import yargs from 'yargs' import { commands } from './commands/index.js'