You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stdout = Information that user requested, interactive elements, payload
Stderr = Diagnostics, logging, errors, stuff you don't want to include when capturing/redirecting payload
Things like foo --help | less, foo --help | grep -i color and foo --version | grep -q v1.20. should work without redirecting stderr to stdout.
Related to Homebrew/homebrew-core#181568.
The text was updated successfully, but these errors were encountered: