Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feature) Flag for verbosity of output #6

Open
skylarmacdonald opened this issue Feb 21, 2021 · 1 comment
Open

(feature) Flag for verbosity of output #6

skylarmacdonald opened this issue Feb 21, 2021 · 1 comment
Labels
core Relates to core Bork code, not types or assertions enhancement New feature or request
Milestone

Comments

@skylarmacdonald
Copy link
Member

from the original...

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.

@skylarmacdonald skylarmacdonald added the enhancement New feature or request label Feb 21, 2021
@skylarmacdonald skylarmacdonald added this to the v1.0.x milestone Feb 21, 2021
@skylarmacdonald skylarmacdonald changed the title Flag for verbosity of output (feature) Flag for verbosity of output Feb 21, 2021
@skylarmacdonald skylarmacdonald modified the milestones: v1.0.x, v0.14.x Jul 31, 2021
@skylarmacdonald skylarmacdonald added the core Relates to core Bork code, not types or assertions label Aug 1, 2021
@skylarmacdonald
Copy link
Member Author

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.

@skylarmacdonald skylarmacdonald modified the milestones: v0.14.x, v0.15.x Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Relates to core Bork code, not types or assertions enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant