forked from extern/nushell
12 lines
143 B
Markdown
12 lines
143 B
Markdown
|
# tree
|
||
|
View the contents of the pipeline as a tree.
|
||
|
|
||
|
## Usage
|
||
|
```shell
|
||
|
> tree {flags}
|
||
|
```
|
||
|
|
||
|
## Flags
|
||
|
* -h, --help: Display this help message
|
||
|
|