mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
sandbox arg should not default to false but rather undefined (#244)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user