stripe / subprocess

A port of Python's subprocess module to Ruby
MIT License
208 stars 17 forks source link

Reading stdout in realtime? #13

Open tetherit opened 9 years ago

tetherit commented 9 years ago

Hi there,

I read the documentation and the tests and I cannot find any info or examples how to read from stdout in realtime? - could you please add an example and a test showing how to do this?

zenazn commented 9 years ago

You ought to be able to use #stdout as you would a normal IO—the way you'd normally read a file ought to work for subprocess as well.

sandstrom commented 1 year ago

I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe we can close this issue?

By closing some old issues we reduce the list of open issues to a more manageable set.