fixed dumb mistake
| @@ -150,12 +150,12 @@ const DEFAULT_PROXY_BYPASS = []; | ||
| 150 | 150 | |
| 151 | 151 | const cliArguments = yargs(hideBin(process.argv)) |
| 152 | 152 | .usage('Usage: <your-start-script> <command> [options]') |
| 153 | 153 | .option('stringenableIPv6', { |
| 154 | 154 | type: 'booleanstring', |
| 155 | 155 | default: null, |
| 156 | 156 | describe: `Enables IPv6.\n[config default: ${DEFAULT_ENABLE_IPV6}]`, |
| 157 | 157 | }).option('stringenableIPv4', { |
| 158 | 158 | type: 'booleanstring', |
| 159 | 159 | default: null, |
| 160 | 160 | describe: `Enables IPv4.\n[config default: ${DEFAULT_ENABLE_IPV4}]`, |
| 161 | 161 | }).option('port', { |