| Safe Haskell | Safe-Inferred |
|---|
Fay.System.Process.Extra
Description
Extra process functions.
- readAllFromProcess :: FilePath -> [String] -> String -> IO (Either (String, String) (String, String))
Documentation
readAllFromProcess :: FilePath -> [String] -> String -> IO (Either (String, String) (String, String))Source
Read from a process returning both std err and out.