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 2b940f8 commit e9ba3e9Copy full SHA for e9ba3e9
README.md
@@ -157,7 +157,7 @@ Grab the output of pane:
157
```python
158
>>> pane.clear() # clear the pane
159
>>> pane.send_keys("cowsay 'hello'", enter=True)
160
->>> import time; time.sleep(1)
+>>> import time; time.sleep(5)
161
>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout))
162
163
sh-3.2$ cowsay 'hello'
0 commit comments