We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4986efd + 8ea001d commit 4126f66Copy full SHA for 4126f66
src/lib.rs
@@ -33,10 +33,6 @@
33
//! the remote command directly. Usually, these are the same, though not always, as highlighted in
34
//! the documetantation the individual methods. See also the section below on Remote Shells.
35
//!
36
-//! And finally, our commands never default to inheriting stdin/stdout/stderr, since we expect you
37
-//! are using this to automate things. Instead, unless otherwise noted, all I/O ports default to
38
-//! [`Stdio::null`](std::process::Stdio::null).
39
-//!
40
//! # Connection modes
41
42
//! This library provides two way to connect to the [`ControlMaster`]:
0 commit comments