Commit 7179309
fix: separate console streams for proper stdout/stderr routing
Create separate Console instances for regular CLI output (stdout) and
error handling (stderr). This ensures:
- Logo, help, and normal UI go to stdout (console)
- Error tracebacks and error messages go to stderr (err_console)
Follows Unix conventions for proper stream separation without mixing
normal program output with error diagnostics.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 6d3728f commit 7179309
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments