diff --git a/docs/usage.md b/docs/usage.md index 7fd41db..3a34b55 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -16,6 +16,12 @@ treefmt [FLAGS] [OPTIONS] [--] [paths]... ## Flags +`--walk ` + +> The method used to traverse the files within ``. +> Default is `auto`, where we will detect if the `` 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.