Documentation ¶
Overview ¶
Package execv provides a wrapper around exec.Cmd for debugging purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CmdWrapper ¶
CmdWrapper is a wrapper around exec.Cmd for debugging purposes.
func Command ¶
func Command(name string, arg ...string) *CmdWrapper
Command wraps a exec.Command to add some logging about commands being run. The commands stdout/stderr default to os.Stdout/os.Stderr respectfully.
Click to show internal directories.
Click to hide internal directories.