//
pkg.gl
Category
github.com/datawire/dlib
dexec
package
1.3.1
Repository:
https://github.com/datawire/dlib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
26
Files
384 SLOC
#
Functions
CommandContext
CommandContext returns the Cmd struct to execute the named program with the given arguments.
#
Variables
ErrNotFound
ErrNotFound is the os/exec.ErrNotFound value.
LookPath
LookPath is the os/exe.LookPath function.
#
Structs
Cmd
Cmd represents an external command being prepared or run.
#
Type aliases
Error
Error is returned by LookPath when it fails to classify a file as an executable.
ExitError
An ExitError reports an unsuccessful exit by a command.