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