Now that we control the CLI's output, we should consider adjusting how we print output and use stdout exclusively for command's output, while use stderr for all verbose and debug messages, warnings, deprecation messages etc. This will be a massive effort, but one that will significantly improve the user-experience.
Now that we control the CLI's output, we should consider adjusting how we print output and use stdout exclusively for command's output, while use stderr for all verbose and debug messages, warnings, deprecation messages etc. This will be a massive effort, but one that will significantly improve the user-experience.