Documentation ¶
Overview ¶
Package exec provides a wrapper around the os/exec package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdWithContext ¶
func CmdWithContext(ctx context.Context, config Config, command string, args ...string) (string, string, error)
CmdWithContext executes a given command with given config.
func CmdWithPrint ¶
CmdWithPrint executes a given command with given config and prints the command.
Types ¶
Click to show internal directories.
Click to hide internal directories.