mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
Remove redundant variable. (#713)
This commit is contained in:
@@ -116,12 +116,8 @@ async function main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Non-interactive mode handled by runNonInteractive
|
// Non-interactive mode handled by runNonInteractive
|
||||||
const nonInteractiveConfigResult = await loadNonInteractiveConfig(
|
const nonInteractiveConfig = await loadNonInteractiveConfig(config, settings);
|
||||||
config,
|
|
||||||
settings,
|
|
||||||
);
|
|
||||||
|
|
||||||
const nonInteractiveConfig = nonInteractiveConfigResult;
|
|
||||||
await runNonInteractive(nonInteractiveConfig, input);
|
await runNonInteractive(nonInteractiveConfig, input);
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user