package
0.0.0-20210827224422-e5fa29d95e8b
Repository: https://github.com/attic-labs/noms.git
Documentation: pkg.go.dev
# Functions
ForceRun runs 'exe [args...]' in current working directory, and d.Chk()s on failure.
ForceRunInDir runs 'exe [args...]' in the given directory, and d.Chk()s on failure.
RunInDir runs 'exe [args...]' in the given directory, returning any failure.
Serial serially runs all instances of filename found under dir, mapping stdout and stderr to each subprocess in the obvious way.
# Type aliases
Env is a map of env vars, mapping key string to value string.