mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07: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