yi-core-0.19.4: Yi editor core library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Yi.Process

Synopsis

Documentation

runProgCommand :: ListLikeProcessIO a c => String -> [String] -> IO (ExitCode, a, a) Source #

runShellCommand :: ListLikeProcessIO a c => String -> IO (ExitCode, a, a) Source #

shellFileName :: IO String Source #

Run a command using the system shell, returning stdout, stderr and exit code