# Functions
NewCmd returns a Cmd that can run external commands.
NewMockcmdRunner creates a new mock instance.
Stderr sets the internal *exec.Cmd's Stderr field.
Stdin sets the internal *exec.Cmd's Stdin field.
Stdout sets the internal *exec.Cmd's Stdout field.
# Structs
Cmd runs external commands, it wraps the exec.Command function from the stdlib so that running external commands can be unit tested.
MockcmdRunner is a mock of cmdRunner interface.
MockcmdRunnerMockRecorder is the mock recorder for MockcmdRunner.
# Type aliases
CmdOption is a type alias to configure a command.