1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 09:07:35 +00:00
serenity/Base/usr/share/man/man1/tree.md
2022-03-26 21:34:56 +04:30

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 -->