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

wrap: disable signale for std out with alternative method to signale.disable #50

Open
benjaminlim00 opened this issue Apr 28, 2020 · 0 comments
Labels

Comments

@benjaminlim00
Copy link
Contributor

Current

Using wrap with the --output-file option allows output to std out
example: open-attestation wrap ./examples/sample-certs.opencerts --output-file ./path/to/file

However this is done by disabling all outputs to std out using signale.disable()

Expected

We want to use an alternative method to disable all outputs by signale using an alternative method, except for error messages. We still want to see outputs from signale.error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant