-
Every app I've seen uses stdout(), not stderr(). I'm not saying it's wrong I'm just wondering why this is. |
Beta Was this translation helpful? Give feedback.
Answered by
kdheepak
Oct 15, 2023
Replies: 1 comment 2 replies
-
This is covered in this section of the FAQ: https://ratatui.rs/faq/index.html#should-i-use-stdout-or-stderr Open to PRs to improve the documentation! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is covered in this section of the FAQ:
https://ratatui.rs/faq/index.html#should-i-use-stdout-or-stderr
Open to PRs to improve the documentation!