Documentation ¶ Index ¶ func CmdForLog(command string, args ...string) string func RunBashCommand(cmd string) error func RunCommand(ctx context.Context, cwd, command string, args ...string) (string, error) func RunCommandWithStdin(ctx context.Context, cwd, stdin, command string, args ...string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CmdForLog ¶ func CmdForLog(command string, args ...string) string func RunBashCommand ¶ func RunBashCommand(cmd string) error RunBashCommand run bash command func RunCommand ¶ func RunCommand(ctx context.Context, cwd, command string, args ...string) (string, error) func RunCommandWithStdin ¶ func RunCommandWithStdin(ctx context.Context, cwd, stdin, command string, args ...string) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.