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 ef52a14 commit b53799dCopy full SHA for b53799d
README.rst
@@ -136,7 +136,7 @@ There is also a built in host logger that can be enabled to log output from remo
136
137
import pssh.utils
138
pssh.utils.enable_host_logger()
139
- client.join(client.run_command('uname'))
+ client.join(client.run_command('uname'), consume_output=True)
140
141
:Output:
142
.. code-block:: shell
0 commit comments