Replies: 2 comments
-
I'm assuming that |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response @willmcgugan! I should be able to process the command output manually and pass to the console. There is an option in invoke to send the output to a "file like" object instead. Is there by chance any mechanism to treat a console like a file handle? From the invoke docs:
I should have mentioned that I'm only trying to use the |
Beta Was this translation helpful? Give feedback.
-
With the following code, you'll see that only every other
echo
produces a value on the screen. Am I missing something obvious or is there a fundamental conflict between the spinner and theinvoke
pty
option?Here's a sample run:
Beta Was this translation helpful? Give feedback.
All reactions