mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fixed dumb mistake
This commit is contained in:
@@ -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', {
|
||||||
|
Reference in New Issue
Block a user