sandbox arg should not default to false but rather undefined (#244)

This commit is contained in:
Olcan 2025-05-02 10:05:53 -07:00 committed by GitHub
parent 539ab947a4
commit b809953890
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ async function parseArguments(): Promise<CliArgs> {
alias: 's',
type: 'boolean',
description: 'Whether to run in sandbox mode. Defaults to false.',
default: false,
})
.option('debug_mode', {
alias: 'z',