Safe Haskell | None |
---|---|
Language | GHC2021 |
Provides the Command
wrapper for commands.
Documentation
data CommandP (p :: CommandPhase) Source #
Wrapper for shell commands.
Instances
commandToProcess :: CommandP1 -> Maybe Text -> ProcessConfig () () () Source #