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 196dc68 commit 15ab64aCopy full SHA for 15ab64a
README.md
@@ -157,7 +157,6 @@ 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(5)
161
>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout)) # doctest: +SKIP
162
$ cowsay 'hello'
163
_______
0 commit comments