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

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',