Skip to content

Commit 303a630

Browse files
author
Fernando Ojeda
committed
Add documentation and fix tox analysis.
1 parent c293f4b commit 303a630

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

SoftLayer/CLI/vlan/edit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
import click
55

66
import SoftLayer
7-
from SoftLayer.CLI import environment, exceptions
8-
from SoftLayer.CLI import formatting
7+
from SoftLayer.CLI import environment
98
from SoftLayer.CLI import helpers
109

1110

docs/cli/vlan.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ VLANs
77
:prog: vlan detail
88
:show-nested:
99

10+
.. click:: SoftLayer.CLI.vlan.edit:cli
11+
:prog: vlan edit
12+
:show-nested:
13+
1014
.. click:: SoftLayer.CLI.vlan.list:cli
1115
:prog: vlan list
1216
:show-nested:

0 commit comments

Comments
 (0)