mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:15:07 +00:00

Most man pages don't have these, so removing them where they do exist makes things more consistent.
21 lines
377 B
Markdown
21 lines
377 B
Markdown
## Name
|
|
|
|
tree
|
|
|
|
## Synopsis
|
|
|
|
```sh
|
|
$ tree [--all] [--only-directories] [--maximum-depth level] [directories...]
|
|
```
|
|
|
|
## Options
|
|
|
|
* `-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 -->
|