exec

package
v0.0.0-...-375d9ab Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:47 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CmdCombinedOutput

func CmdCombinedOutput(c *exec.Cmd) ([]byte, error)

func CmdOutput

func CmdOutput(c *exec.Cmd) ([]byte, error)

func CmdRun

func CmdRun(c *exec.Cmd) error

func CmdStart

func CmdStart(c *exec.Cmd) error

func CmdStderrPipe

func CmdStderrPipe(c *exec.Cmd) (io.ReadCloser, error)

func CmdStdinPipe

func CmdStdinPipe(c *exec.Cmd) (io.WriteCloser, error)

func CmdStdoutPipe

func CmdStdoutPipe(c *exec.Cmd) (io.ReadCloser, error)

func CmdString

func CmdString(c *exec.Cmd) string

func CmdWait

func CmdWait(c *exec.Cmd) error

func Command

func Command(name string, arg ...string) *exec.Cmd

func CommandContext

func CommandContext(ctx context.Context, name string, arg ...string) *exec.Cmd

func ErrorError

func ErrorError(e *exec.Error) string

func ErrorUnwrap

func ErrorUnwrap(e *exec.Error) error

func ExitErrorError

func ExitErrorError(e *exec.ExitError) string

func LookPath

func LookPath(file string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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