process-listlike-1.0: Process extras

Safe HaskellNone
LanguageHaskell98

System.Process.Extras

Description

Re-export all symbols and instances of the process-extras package.

Synopsis

Documentation

readProcessWithExitCode Source

Arguments

:: ListLikeProcessIO a c 
=> FilePath

command to run

-> [String]

any arguments

-> a

standard input

-> IO (ExitCode, a, a)

exitcode, stdout, stderr

Like readProcessWithExitCode, but with generalized input and output type.

showCreateProcessForUser :: CreateProcess -> String Source

System.Process utility functions.