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',
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user