feat(cli): route non-interactive output to stderr (#5624)

This commit is contained in:
Allen Hutchison 2025-08-05 16:11:21 -07:00 committed by GitHub
parent 268627469b
commit 2141b39c3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 41 additions and 23 deletions

View file

@ -70,6 +70,7 @@ describe('runNonInteractive', () => {
getIdeMode: vi.fn().mockReturnValue(false),
getFullContext: vi.fn().mockReturnValue(false),
getContentGeneratorConfig: vi.fn().mockReturnValue({}),
getDebugMode: vi.fn().mockReturnValue(false),
} as unknown as Config;
});