parent
b55d290956
commit
2178e3a1b9
1 changed files with 4 additions and 2 deletions
|
@ -712,8 +712,10 @@ impl Command {
|
||||||
/// Executes the command as a child process, waiting for it to finish and
|
/// Executes the command as a child process, waiting for it to finish and
|
||||||
/// collecting all of its output.
|
/// collecting all of its output.
|
||||||
///
|
///
|
||||||
/// By default, stdin, stdout and stderr are captured (and used to
|
/// By default, stdout and stderr are captured (and used to provide the
|
||||||
/// provide the resulting output).
|
/// resulting output). Stdin is not inherited from the parent and any
|
||||||
|
/// attempt by the child process to read from the stdin stream will result
|
||||||
|
/// in the stream immediately closing.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue