Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:47 +05 2020. DO NOT EDIT.
Index ¶
- func CmdCombinedOutput(c *exec.Cmd) ([]byte, error)
- func CmdOutput(c *exec.Cmd) ([]byte, error)
- func CmdRun(c *exec.Cmd) error
- func CmdStart(c *exec.Cmd) error
- func CmdStderrPipe(c *exec.Cmd) (io.ReadCloser, error)
- func CmdStdinPipe(c *exec.Cmd) (io.WriteCloser, error)
- func CmdStdoutPipe(c *exec.Cmd) (io.ReadCloser, error)
- func CmdString(c *exec.Cmd) string
- func CmdWait(c *exec.Cmd) error
- func Command(name string, arg ...string) *exec.Cmd
- func CommandContext(ctx context.Context, name string, arg ...string) *exec.Cmd
- func ErrorError(e *exec.Error) string
- func ErrorUnwrap(e *exec.Error) error
- func ExitErrorError(e *exec.ExitError) string
- func LookPath(file string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 CommandContext ¶
func ErrorError ¶
func ErrorUnwrap ¶
func ExitErrorError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.