| 150 | | 150 | |
| 151 | const cliArguments = yargs(hideBin(process.argv)) | 151 | const cliArguments = yargs(hideBin(process.argv)) |
| 152 | .usage('Usage: <your-start-script> <command> [options]') | 152 | .usage('Usage: <your-start-script> <command> [options]') |
| 153 | .option('string', { | 153 | .option('enableIPv6', { |
| 154 | type: 'boolean', | 154 | type: 'string', |
| 155 | default: null, | 155 | default: null, |
| 156 | describe: `Enables IPv6.\n[config default: ${DEFAULT_ENABLE_IPV6}]`, | 156 | describe: `Enables IPv6.\n[config default: ${DEFAULT_ENABLE_IPV6}]`, |
| 157 | }).option('string', { | 157 | }).option('enableIPv4', { |
| 158 | type: 'boolean', | 158 | type: 'string', |
| 159 | default: null, | 159 | default: null, |
| 160 | describe: `Enables IPv4.\n[config default: ${DEFAULT_ENABLE_IPV4}]`, | 160 | describe: `Enables IPv4.\n[config default: ${DEFAULT_ENABLE_IPV4}]`, |
| 161 | }).option('port', { | 161 | }).option('port', { |