package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 13, 2019
License: MIT
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
¶
DefaultShell defines in which shell all commands should be executed by default
type Command struct {
Run []string `yaml:"run",json:"run"`
Shell string `yaml:"shell",json:"shell"`
Root bool `yaml:"root",json:"root"`
}
Command represents command to execute in given shell
PrintFn prints command output
Shell gives an ability to run shell commands
New creates a new instance that implements Shell interface
Source Files
¶
Directories
¶
Code generated by mockery v1.0.0
|
Code generated by mockery v1.0.0 |
Click to show internal directories.
Click to hide internal directories.