process-listlike-0.10: Process extras

Safe HaskellNone

System.Process.String

Documentation

readCreateProcess :: (ListLikeLazyIO String Char, ProcessOutput String b) => CreateProcess -> String -> IO bSource

readCreateProcessWithExitCodeSource

Arguments

:: ListLikeLazyIO String Char 
=> CreateProcess

command to run

-> String

standard input

-> IO (ExitCode, String, String)

exitcode, stdout, stderr