test

package
v0.0.0-...-bb504dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunBashCmdExec

func RunBashCmdExec(args []string, workingDir string) (string, error)

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

func RunBashCmdExecAndKill(args []string, workingDir string, projectDir string) (string, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL