process-extras-0.4.1.4: Process extras

Safe HaskellNone
LanguageHaskell98

System.Process.ByteString.Lazy

Synopsis

Documentation

readProcessWithExitCode Source

Arguments

:: FilePath

command to run

-> [String]

any arguments

-> ByteString

standard input

-> IO (ExitCode, ByteString, ByteString)

exitcode, stdout, stderr

Specialized version for backwards compatibility.

readCreateProcessWithExitCode Source

Arguments

:: CreateProcess

command and arguments to run

-> ByteString

standard input

-> IO (ExitCode, ByteString, ByteString)

exitcode, stdout, stderr