We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c293f4b commit 303a630Copy full SHA for 303a630
SoftLayer/CLI/vlan/edit.py
@@ -4,8 +4,7 @@
4
import click
5
6
import SoftLayer
7
-from SoftLayer.CLI import environment, exceptions
8
-from SoftLayer.CLI import formatting
+from SoftLayer.CLI import environment
9
from SoftLayer.CLI import helpers
10
11
docs/cli/vlan.rst
@@ -7,6 +7,10 @@ VLANs
:prog: vlan detail
:show-nested:
+.. click:: SoftLayer.CLI.vlan.edit:cli
+ :prog: vlan edit
12
+ :show-nested:
13
+
14
.. click:: SoftLayer.CLI.vlan.list:cli
15
:prog: vlan list
16
0 commit comments