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.
1 parent 6057429 commit 2615ec1Copy full SHA for 2615ec1
src/command.rs
@@ -71,7 +71,7 @@ impl OverSsh for std::process::Command {
71
/// async fn main() -> Result<(), Box<dyn std::error::Error>> {
72
/// use std::process::Command;
73
/// use openssh::{Session, KnownHosts, OverSsh};
74
-
+ ///
75
/// let session = Session::connect_mux("me@ssh.example.com", KnownHosts::Strict).await?;
76
/// let ls =
77
/// Command::new("ls")
0 commit comments