-
Notifications
You must be signed in to change notification settings - Fork 243
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 Request: Send waveform results to STDOUT #88
Comments
This is closely related to #13. |
@chrisn I could provide a PR if you want an implementation |
I have a branch locally with some work in progress on this. Let me push that, and we can continue from there. |
Please take a look at the |
This is implemented in the v1.4.0 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to produce results to STDOUT instead of file (via
-o
option)? Because I have application with automated pipeline with post-processing pipeline and passing waveform STDOUT to other process is more UNIX-idiom and easier to manage than through an output file.The text was updated successfully, but these errors were encountered: