| Safe Haskell | None |
|---|
System.Process.Text
- readProcessWithExitCode :: FilePath -> [String] -> Text -> IO (ExitCode, Text, Text)
Documentation
Arguments
| :: FilePath | command to run |
| -> [String] | any arguments |
| -> Text | standard input |
| -> IO (ExitCode, Text, Text) | exitcode, stdout, stderr |
Like readProcessWithExitCode, but using Text