Default whitelist to null
This commit is contained in:
parent
dcd89f2295
commit
afad169118
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue