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 8ea8cd8 commit 086b0d6Copy full SHA for 086b0d6
README.md
@@ -33,7 +33,7 @@ rexpect = "0.5"
33
34
Simple example for interacting via ftp:
35
36
-```rust
+```rust,no_run
37
use rexpect::spawn;
38
use rexpect::error::*;
39
@@ -60,7 +60,7 @@ fn main() {
60
61
### Example with bash and reading from programs
62
63
64
use rexpect::spawn_bash;
65
66
@@ -110,7 +110,7 @@ goes into nirvana. There are two functions to ensure that:
110
111
112
113
114
115
116
0 commit comments