Skip to content

Commit

Permalink
add documentation for get_pty param in SSHClient.exec_command()
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwan Rabbâa committed Nov 28, 2017
1 parent a97e977 commit fce787c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paramiko/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,9 @@ def exec_command(
Python
:param int timeout:
set command's channel timeout. See `.Channel.settimeout`
:param bool get_pty:
Request a pseudo-terminal from the server (default ``False``).
See `Channel.get_pty`
:param dict environment:
a dict of shell environment variables, to be merged into the
default environment that the remote command executes within.
Expand Down

0 comments on commit fce787c

Please sign in to comment.