 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalCmd ¶
type LocalCmd struct {
	// contains filtered or unexported fields
}
    LocalCmd is a helper to execute commands locally
func (*LocalCmd) Args ¶
Args adds arguments to the command
func (*LocalCmd) CombinedOutput ¶
CombinedOutput executes the command and returns combined stdout and stderr from the command
func (*LocalCmd) Env ¶
Env adds environment to the command
func (*LocalCmd) Output ¶
Output executes the command and returns separate stdout and stderr from the command
       Source Files
      ¶
      Source Files
      ¶
    
- cmd.go
- errors.go
 Click to show internal directories. 
   Click to hide internal directories.