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