You are here: PS Series CLI Reference > Global Commands > tree
Displays the CLI command syntax in a tree structure, optionally showing the complete command syntax.
Format
tree [-syntax] [command]
Variable
|
command |
Name of command on which you want syntax. |
Examples
The following example shows part of the output from a tree -syntax command:
> tree -syntax
|+---account
| |
| +---create [description <String>] [contact <String>]
[email <String>] [phone <String>] [mobile <String>] <name>
[<read-write | read-only>] [<enable | disable>]
| |
| +---delete <name>
| |
| +---select <name>
| | |
| | +---contact <contact>
| | |
| | +---description <description>
.
.
.
The following example shows only the basic syntax of the chapuser command:
> tree chapuser
chapuser
|
+---create
|
+---delete
|
+---rename
|
+---select
| |
| +---disable
| |
| +---enable
| |
| +---passwd
| |
| +---show
|
+---show