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 b290086 commit 196dc68Copy full SHA for 196dc68
README.md
@@ -158,8 +158,8 @@ Grab the output of pane:
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))
162
-cowsay 'hello' ...
+>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout)) # doctest: +SKIP
+$ cowsay 'hello'
163
_______
164
< hello >
165
-------
0 commit comments