Safe Haskell | None |
---|---|
Language | Haskell2010 |
- readProcessWithExitCode :: FilePath -> [String] -> Text -> IO (ExitCode, Text, Text)
- readCreateProcessWithExitCode :: CreateProcess -> Text -> IO (ExitCode, Text, Text)
Documentation
readProcessWithExitCode Source #
:: FilePath | command to run |
-> [String] | any arguments |
-> Text | standard input |
-> IO (ExitCode, Text, Text) | exitcode, stdout, stderr |
Specialized version for backwards compatibility.
Orphan instances
ListLikeProcessIO Text Char Source # | Like |
ProcessText Text Char Source # | |