Compare commits

..

2 Commits

Author SHA1 Message Date
2fd6dc9aa9
feat: update stats in overview
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-05-02 11:46:12 +01:00
2894effcb4
feat: update fmt.gif
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-05-02 11:43:48 +01:00

View File

@ -16,12 +16,6 @@ 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.