Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Constructors for SysProcConf
, Internal
Synopsis
- processConfig :: Path Abs File -> [Text] -> SysProcConf
- shellConfig :: Text -> SysProcConf
- which :: Member (Embed IO) r => Path Rel File -> [Text] -> Sem r (Maybe SysProcConf)
Documentation
processConfig :: Path Abs File -> [Text] -> SysProcConf Source #
Create a SysProcConf
from an executable path and a list of arguments.
shellConfig :: Text -> SysProcConf Source #
Create a SysProcConf
from an shell command line.