mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 02:18:21 -04:00
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
|
@ -7,6 +7,7 @@ from wrapper import check_programs_wrap
|
|||
|
||||
@click.command(name='forwarding')
|
||||
def cmd_forwarding():
|
||||
"""Enable network forwarding for a usb-attached device"""
|
||||
check_programs_wrap(['syctl', 'iptables'])
|
||||
|
||||
result = subprocess.run([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue