Remove passthroughCommands (#252)

This commit is contained in:
Seth Troisi
2025-05-05 17:57:06 +00:00
committed by GitHub
parent a0bed3e716
commit 415b757d4a
4 changed files with 0 additions and 133 deletions

View File

@@ -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,
);
}