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
I have to 2> /dev/null to get magic to shut up about Info messages, not even Warning messages. For example "Downloading 60 files." should be sent to stdout.
Send to stdout instead of stderr (> /dev/null should work and 2> /dev/null should not be needed).
-q and --quiet should work
With -q do not show any Info messages like "Downloading 60 files" and No-Op messages like "Package already added".
Issue description
I have to
2> /dev/null
to get magic to shut up about Info messages, not even Warning messages. For example "Downloading 60 files." should be sent to stdout.> /dev/null
should work and2> /dev/null
should not be needed).-q
and--quiet
should work-q
do not show any Info messages like "Downloading 60 files" and No-Op messages like "Package already added".-qq
do not show any Warning messages.Steps to reproduce
These have all given me issues:
Version Info
The text was updated successfully, but these errors were encountered: