Commit e7f7efc
fix: route CLI error tracebacks to stderr instead of stdout
The console object in cli.py was created without stderr=True, causing
unhandled exception tracebacks to be printed to stdout instead of stderr.
This fix ensures proper error stream routing by configuring the console
to use stderr, matching the behavior of the logging system.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6d3728f commit e7f7efc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments