astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
12.08k stars 425 forks source link

Fixed bug 1136 #1143

Open Zander-1024 opened 3 weeks ago

Zander-1024 commented 3 weeks ago

Redirect to stdout to facilitate filtering using grep.

https://github.com/astral-sh/rye/issues/1136

zanieb commented 3 weeks ago

Can you share a few examples demonstrating exactly what goes to stdout and stderr with this change? e.g. do error messages still go to stderr?

Zander-1024 commented 3 weeks ago

image I think that's pretty clear.