package exec
import "github.com/IBM/fp-go/either/exec"
Index ¶
Variables ¶
var ( // Command executes a command // use this version if the command does not produce any side effect, i.e. if the output is uniquely determined by by the input // typically you'd rather use the [IOEither] version of the command Command = F.Curry3(command) )
Source Files ¶
- Version
- v1.0.151 (latest)
- Published
- Nov 23, 2024
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 4 months ago –
Tools for package owners.