sandbox arg should not default to false but rather undefined (#244)
This commit is contained in:
parent
539ab947a4
commit
b809953890
|
@ -37,7 +37,6 @@ async function parseArguments(): Promise<CliArgs> {
|
||||||
alias: 's',
|
alias: 's',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
description: 'Whether to run in sandbox mode. Defaults to false.',
|
description: 'Whether to run in sandbox mode. Defaults to false.',
|
||||||
default: false,
|
|
||||||
})
|
})
|
||||||
.option('debug_mode', {
|
.option('debug_mode', {
|
||||||
alias: 'z',
|
alias: 'z',
|
||||||
|
|
Loading…
Reference in New Issue