mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Remove passthroughCommands (#252)
This commit is contained in:
parent
a0bed3e716
commit
415b757d4a
4 changed files with 0 additions and 133 deletions
|
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue