Should push
output be sent to "stderr" instead of "stdout" ?
#19454
-
Currently, I also confirmed that both successful and failed commands both use "stderr" for output. Is this a bug or a feature? I know other tools, like the infamous
|
Beta Was this translation helpful? Give feedback.
Answered by
mtrmac
Aug 1, 2023
Replies: 1 comment 3 replies
-
Thanks for reaching out, @leadoflife. I have no recollection on this decision but assume some history behind it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A
git blame
expedition points, after a few waypoints, at #362 , which requires us to usestderr
forpodman save
, not necessarily forpodman pull
; though the consistency is certainly attractive.