fixed dumb mistake

This commit is contained in:
BPplays
2024-12-25 16:52:13 -08:00
parent dc3b18de94
commit 8d0261bab3

View File

@@ -150,12 +150,12 @@ const DEFAULT_PROXY_BYPASS = [];
const cliArguments = yargs(hideBin(process.argv)) const cliArguments = yargs(hideBin(process.argv))
.usage('Usage: <your-start-script> <command> [options]') .usage('Usage: <your-start-script> <command> [options]')
.option('string', { .option('enableIPv6', {
type: 'boolean', type: 'string',
default: null, default: null,
describe: `Enables IPv6.\n[config default: ${DEFAULT_ENABLE_IPV6}]`, describe: `Enables IPv6.\n[config default: ${DEFAULT_ENABLE_IPV6}]`,
}).option('string', { }).option('enableIPv4', {
type: 'boolean', type: 'string',
default: null, default: null,
describe: `Enables IPv4.\n[config default: ${DEFAULT_ENABLE_IPV4}]`, describe: `Enables IPv4.\n[config default: ${DEFAULT_ENABLE_IPV4}]`,
}).option('port', { }).option('port', {