Add help strings to all click CMDs
This commit is contained in:
parent
feadf6f1e8
commit
3ed8d379dd
10 changed files with 31 additions and 4 deletions
1
ssh.py
1
ssh.py
|
@ -10,6 +10,7 @@ from wrapper import enforce_wrap
|
|||
|
||||
@click.command(name='ssh')
|
||||
def cmd_ssh():
|
||||
"""Establish SSH connection over USB to device"""
|
||||
enforce_wrap()
|
||||
run_ssh_command()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue