mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Remove dead comments (#90)
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
import yargs from 'yargs/yargs';
|
import yargs from 'yargs/yargs';
|
||||||
import { hideBin } from 'yargs/helpers';
|
import { hideBin } from 'yargs/helpers';
|
||||||
import process from 'node:process';
|
import process from 'node:process';
|
||||||
// Import server config logic
|
|
||||||
import {
|
import {
|
||||||
Config,
|
Config,
|
||||||
loadEnvironment,
|
loadEnvironment,
|
||||||
@@ -75,6 +74,3 @@ export function loadCliConfig(): Config {
|
|||||||
// TODO: load passthroughCommands from .env file
|
// TODO: load passthroughCommands from .env file
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// The globalConfig export is problematic, CLI entry point (gemini.ts) should call loadCliConfig
|
|
||||||
// export const globalConfig = loadCliConfig(); // Remove or replace global export
|
|
||||||
|
|||||||
Reference in New Issue
Block a user