Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunBashCmdExec ¶
RunBashCmdExec runs the bash command with the given args in a new process The stdout and stderr are captured, printed, and returned args will be passed to the bash command workingDir will be the directory the command runs in
func RunBashCmdExecAndKill ¶
RunBashCmdExecAndKill runs the bash command with the given args in a new process The stdout and stderr are captured, printed, and returned args will be passed to the bash command workingDir will be the directory the command runs in
func RunBashCmdExecAndKillAndTouch ¶
func RunBashCmdExecAndKillAndTouch(args []string, workingDir string, kill bool, projectDir string) (string, error)
RunBashCmdExecAndKillAndTouch runs the bash command with the given args in a new process The stdout and stderr are captured, printed, and returned args will be passed to the bash command workingDir will be the directory the command runs in
Types ¶
This section is empty.