Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCommand ¶
func RunCommand(cmd *exec.Cmd, output *OutputWriter) (err error)
Types ¶
type OutputWriter ¶
type OutputWriter struct {
// contains filtered or unexported fields
}
func SuppressedCommand ¶
func SuppressedCommand(command string, args ...string) (cmd *exec.Cmd, output *OutputWriter)
func (*OutputWriter) Close ¶
func (out *OutputWriter) Close() error
func (*OutputWriter) Format ¶
func (out *OutputWriter) Format() string
type Step ¶
type WrappedError ¶
type WrappedError struct { Output string // contains filtered or unexported fields }
func (*WrappedError) Error ¶
func (we *WrappedError) Error() string
Click to show internal directories.
Click to hide internal directories.