process-extras-0.2.0: Process extras

Safe HaskellNone

System.Process.Text.Lazy

Synopsis

Documentation

readProcessWithExitCodeSource

Arguments

:: FilePath

command to run

-> [String]

any arguments

-> Text

standard input

-> IO (ExitCode, Text, Text)

exitcode, stdout, stderr

Like readProcessWithExitCode, but using Text