port docs #31

Merged
brianmcgee merged 32 commits from feat/docs into main 2024-05-03 12:42:53 +00:00
Showing only changes of commit e3fabb17e8 - Show all commits

View File

@ -16,6 +16,12 @@ treefmt [FLAGS] [OPTIONS] [--] [paths]...
## Flags
`--walk <auto|git|filesystem>`
> The method used to traverse the files within `<tree-root>`.
> Default is `auto`, where we will detect if the `<tree-root>` is a git repository and use the `git` walker for
> traversal. If not we will fall back to the `filesystem` walker.
`--allow-missing-formatter`
> Do not exit with an error if some of the configured formatters are missing.