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
|
@ -5,6 +5,7 @@ from wrapper import check_programs_wrap
|
|||
|
||||
@click.command(name='telnet')
|
||||
def cmd_telnet(hostname: str = '172.16.42.1'):
|
||||
"""Establish Telnet connection to device (e.g in debug-initramfs)"""
|
||||
check_programs_wrap('telnet')
|
||||
subprocess.run([
|
||||
'telnet',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue