mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Remove passthroughCommands (#252)
This commit is contained in:
@@ -88,7 +88,6 @@ export async function loadCliConfig(settings: Settings): Promise<Config> {
|
||||
process.cwd(),
|
||||
argv.debug_mode || false,
|
||||
argv.question || '',
|
||||
undefined, // TODO: load passthroughCommands from .env file
|
||||
argv.full_context || false,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user