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 5757704Copy full SHA for 5757704
README.md
@@ -157,8 +157,8 @@ 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)
161
->>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout))
+>>> import time
+>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout)); time.sleep(1)
162
163
sh-3.2$ cowsay 'hello'
164
_______
0 commit comments