mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Default whitelist to null
This commit is contained in:
@ -100,7 +100,7 @@ const cliArguments = yargs(hideBin(process.argv))
|
|||||||
describe: 'Path to your private key file.',
|
describe: 'Path to your private key file.',
|
||||||
}).option('whitelist', {
|
}).option('whitelist', {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: null,
|
||||||
describe: 'Enables whitelist mode',
|
describe: 'Enables whitelist mode',
|
||||||
}).option('dataRoot', {
|
}).option('dataRoot', {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
Reference in New Issue
Block a user