Safe Haskell | None |
---|---|
Language | Haskell2010 |
Yi.Process
- runProgCommand :: ListLikeProcessIO a c => String -> [String] -> IO (ExitCode, a, a)
- runShellCommand :: ListLikeProcessIO a c => String -> IO (ExitCode, a, a)
- shellFileName :: IO String
- createSubprocess :: FilePath -> [String] -> BufferRef -> IO SubprocessInfo
- readAvailable :: Handle -> IO String
- data SubprocessInfo = SubprocessInfo {}
- type SubprocessId = Integer
Documentation
runProgCommand :: ListLikeProcessIO a c => String -> [String] -> IO (ExitCode, a, a) #
runShellCommand :: ListLikeProcessIO a c => String -> IO (ExitCode, a, a) #
shellFileName :: IO String #
Run a command using the system shell, returning stdout, stderr and exit code
createSubprocess :: FilePath -> [String] -> BufferRef -> IO SubprocessInfo #
readAvailable :: Handle -> IO String #
data SubprocessInfo #
Constructors
SubprocessInfo | |
type SubprocessId = Integer #