add option for stdout
Opened this issue · 2 comments
mustafasegf commented
Description
this is a feature request.
change the write_stream_to_file to accept AsyncWrite and make the cli able to write to stdout. I want to use this library on https://github.com/aquelemiguel/parrot but it needed stdout capabilities.
Version
No response
DzenanJupic commented
Hey @mustafasegf, thanks for filing this issue.
Supporting stdout
seems like a reasonable addition. I'm currently a bit short on time, but I could try to implement it this weekend. Shouldn't be a lot of work.
You're of course also welcome to create a PR yourself.
mustafasegf commented
sure, i can try to implement it