Default whitelist to null

This commit is contained in:
Cohee
2024-04-13 02:23:38 +03:00
parent dcd89f2295
commit afad169118

View File

@ -100,7 +100,7 @@ const cliArguments = yargs(hideBin(process.argv))
describe: 'Path to your private key file.',
}).option('whitelist', {
type: 'boolean',
default: false,
default: null,
describe: 'Enables whitelist mode',
}).option('dataRoot', {
type: 'string',