package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Jan 10, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Command is an interface used to run commands. All packages should use this
interface instead of calling exec.Cmd directly.
DefaultExecCommand runs commands using exec.Cmd
Commander is the exec.Cmd implementation of the Command interface
func (*Commander) RunCmd ¶
RunCmd runs an exec.Command.
RunCmdOut runs an exec.Command and returns the stdout and error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.