Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandWrapper ¶
type CommandWrapper struct {
// contains filtered or unexported fields
}
func Command ¶
func Command(command string, args ...string) *CommandWrapper
func (*CommandWrapper) Run ¶
func (c *CommandWrapper) Run() error
func (*CommandWrapper) RunAndGetOutput ¶
func (c *CommandWrapper) RunAndGetOutput() (string, error)
func (*CommandWrapper) ShowOutput ¶
func (c *CommandWrapper) ShowOutput(value bool) *CommandWrapper
func (*CommandWrapper) WorkingDir ¶
func (c *CommandWrapper) WorkingDir(workDir DirPath) *CommandWrapper
Click to show internal directories.
Click to hide internal directories.