Documentation
¶
Overview ¶
Package exec groups functionality related for command execution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VerboseCmd ¶
VerboseCmd represents a system command with verbose output to be able to get an idea of the issue in case the cmd fails.
func NewVerboseCmd ¶
func NewVerboseCmd(name string, args ...string) VerboseCmd
NewVerboseCmd creates a new instance of VerboseCmd.
func (VerboseCmd) Run ¶
func (v VerboseCmd) Run() error
Run executes the command and returns any errors in case exist.
Click to show internal directories.
Click to hide internal directories.