You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing an simple abstraction over russh!
We are often running commands that take minutes/hours to complete, and getting some feedback before the command has finished would greatly increase the user experience. If execute (or a cousin function) could expose stdout/err like stdlib's/tokio's Command, we could consume stdout/err and (and maybe push stdin?) while the command runs.
The text was updated successfully, but these errors were encountered:
Thank you for the great suggestion. I'm very interested in it. I don't have time to implement it right now, but I'll definitely merge it if a pull request comes in.
Thanks for providing an simple abstraction over
russh
!We are often running commands that take minutes/hours to complete, and getting some feedback before the command has finished would greatly increase the user experience. If
execute
(or a cousin function) could expose stdout/err like stdlib's/tokio'sCommand
, we could consume stdout/err and (and maybe push stdin?) while the command runs.The text was updated successfully, but these errors were encountered: