| Safe Haskell | Safe-Infered |
|---|
System.Process.ByteString
- readProcessWithExitCode :: FilePath -> [String] -> ByteString -> IO (ExitCode, ByteString, ByteString)
Documentation
Arguments
| :: FilePath | command to run |
| -> [String] | any arguments |
| -> ByteString | standard input |
| -> IO (ExitCode, ByteString, ByteString) | exitcode, stdout, stderr |
Like readProcessWithExitCode, but using ByteString