Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94ddf3b

Browse files
committed
ussue #7
1 parent 99d6516 commit 94ddf3b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/codebots/cli/cli.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,6 @@ def set_token(hostname, username, password, pvtkey):
232232
ip address of the server.\n
233233
username : str\n
234234
username on the server.\n
235-
password : str\n
236-
password on the server, by default empty.\n
237-
pvtkey : str\n
238-
path to the private RSA key file, by default empty.\n
239235
"""
240236
out = add_token("ssh", hostname=hostname, username=username, password=password, pvtkey=pvtkey)
241237
click.echo(out)

0 commit comments

Comments
 (0)