Home | History | Annotate | Download | only in exec

Lines Matching defs:Output

41 // A Cmd cannot be reused after calling its Run, Output or CombinedOutput
77 // Stdout and Stderr specify the process's standard output and error.
88 // new process. It does not include standard input, standard output, or
393 // Stderr holds a subset of the standard error output from the
394 // Cmd.Output method if standard error was not otherwise being
397 // If the error output is long, Stderr may contain only a prefix
398 // and suffix of the output, with the middle replaced with
459 // Output runs the command and returns its standard output.
461 // If c.Stderr was nil, Output populates ExitError.Stderr.
462 func (c *Cmd) Output() ([]byte, error) {
484 // output and standard error.
590 // standard output when the command starts.