mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 09:07:35 +00:00
24 lines
489 B
Markdown
24 lines
489 B
Markdown
## Name
|
|
|
|
tree
|
|
|
|
## Synopsis
|
|
|
|
```sh
|
|
$ tree [--all] [--only-directories] [--maximum-depth level] [directories...]
|
|
```
|
|
|
|
## Options:
|
|
|
|
* `--help`: Display help message and exit
|
|
* `--version`: Print version
|
|
* `--complete`: Perform autocompletion
|
|
* `-a`, `--all`: Show hidden files
|
|
* `-d`, `--only-directories`: Show only directories
|
|
* `-L level`, `--maximum-depth level`: Maximum depth of the tree
|
|
|
|
## Arguments:
|
|
|
|
* `directories`: Directories to print
|
|
|
|
<!-- Auto-generated through ArgsParser -->
|