mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
remove noop code (#728)
This commit is contained in:
@@ -97,12 +97,7 @@ async function parseArguments(): Promise<CliArgs> {
|
|||||||
.alias('h', 'help')
|
.alias('h', 'help')
|
||||||
.strict().argv;
|
.strict().argv;
|
||||||
|
|
||||||
const finalArgv: CliArgs = {
|
return argv;
|
||||||
...argv,
|
|
||||||
sandbox: argv.sandbox,
|
|
||||||
};
|
|
||||||
|
|
||||||
return finalArgv;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function is now a thin wrapper around the server's implementation.
|
// This function is now a thin wrapper around the server's implementation.
|
||||||
|
|||||||
Reference in New Issue
Block a user