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
It seems like gum input is non-blocking so when I use it in a pipe like gum input | echo blah I immediately see blah printed before I'm done entering input into gum. Is this intended? How can I use gum input in a pipe and pass the output along?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems like
gum input
is non-blocking so when I use it in a pipe likegum input | echo blah
I immediately seeblah
printed before I'm done entering input into gum. Is this intended? How can I usegum input
in a pipe and pass the output along?Beta Was this translation helpful? Give feedback.
All reactions