package
1.3.1
Repository: https://github.com/datawire/dlib.git
Documentation: pkg.go.dev

# Functions

CommandContext returns the Cmd struct to execute the named program with the given arguments.

# Variables

ErrNotFound is the os/exec.ErrNotFound value.
LookPath is the os/exe.LookPath function.

# Structs

Cmd represents an external command being prepared or run.

# Type aliases

Error is returned by LookPath when it fails to classify a file as an executable.
An ExitError reports an unsuccessful exit by a command.