Documentation ¶
Index ¶
- func ConfigGet(key, executablePath string, jsonOutput bool) (string, error)
- func ConfigSet(key, value, executablePath string, jsonInput bool) error
- func Info(executablePath string) (string, error)
- func RunCustomCmd(args []string, executablePath string) error
- func Version(executablePath string) (string, error)
- type YarnConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCustomCmd ¶
Types ¶
type YarnConfig ¶
type YarnConfig struct { Executable string Command []string CommandFlags []string StrWriter io.WriteCloser ErrWriter io.WriteCloser }
func (*YarnConfig) GetCmd ¶
func (yc *YarnConfig) GetCmd() *exec.Cmd
func (*YarnConfig) GetEnv ¶
func (yc *YarnConfig) GetEnv() map[string]string
func (*YarnConfig) GetErrWriter ¶
func (yc *YarnConfig) GetErrWriter() io.WriteCloser
func (*YarnConfig) GetStdWriter ¶
func (yc *YarnConfig) GetStdWriter() io.WriteCloser
Click to show internal directories.
Click to hide internal directories.