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
Hi, I'm struggling to figure out how to do the equivalent of this in typed-process. Is there an example of how to use stdin with the different RIO.Process proc?
import RIO.Process
import qualified System.Process.Typed as S
let catConfig = setStdin (byteStringInput "foo")
$ S.proc "less" []
runProcess catConfig
The text was updated successfully, but these errors were encountered:
Hi, I'm struggling to figure out how to do the equivalent of this in typed-process. Is there an example of how to use stdin with the different RIO.Process proc?
The text was updated successfully, but these errors were encountered: