| Safe Haskell | None |
|---|
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 |