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
one issue here is that some scripts (f.e. "ok brew" when installing) NEED to send their output because they also need input. Perhaps the types will have to respect the verbosity flag and use their own judgement.
The text was updated successfully, but these errors were encountered:
This has been implemented in core on the feat/aggregate-error-output branch almost by accident of implementing #12.
Types will need to check the BORK_QUIET variable and do whatever they need to do to be quiet — I'm wary of sending all of stdout to /dev/null, for example.
from the original...
The text was updated successfully, but these errors were encountered: