# README
execute library for go
# Functions
No description provided by the author
No description provided by the author
CloseExtraFds closes any open file descriptors other than stdout, stdin, and stderr.
No description provided by the author
No description provided by the author
Exec looks up the binary in the path, closes file descriptors, and execs the binary.
No description provided by the author
No description provided by the author
IsTerminal returns true if the given file descriptor is a terminal.
No description provided by the author
No description provided by the author
WaitExit will steal the first SIGINT, SIGTERM or SIGHUP in non-quiet mode and pass them through to the executed process.
# Structs
Colorizer is an io.Writer that colorizes console output.
SignalExit means the command exited via signal.
StatusExit means the command exited with a non-zero exit code.