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')
|
||||
.strict().argv;
|
||||
|
||||
const finalArgv: CliArgs = {
|
||||
...argv,
|
||||
sandbox: argv.sandbox,
|
||||
};
|
||||
|
||||
return finalArgv;
|
||||
return argv;
|
||||
}
|
||||
|
||||
// This function is now a thin wrapper around the server's implementation.
|
||||
|
||||
Reference in New Issue
Block a user