| Copyright | (c) 2018 Red Hat Inc. |
|---|---|
| License | LGPL |
| Maintainer | https://github.com/weldr |
| Stability | alpha |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
BDCS.Utils.Process
Description
Functions for running external commands with logging.
Documentation
callProcessLogged :: (MonadBaseControl IO m, MonadLoggerIO m) => String -> [String] -> m () Source #