Skip to content

Commit 088479e

Browse files
zimbatmbrianmcgee
andauthored
Update cli/cli.go
Co-authored-by: Brian McGee <[email protected]>
1 parent bd32d36 commit 088479e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type Format struct {
1313
WorkingDirectory kong.ChangeDirFlag `default:"." short:"C" help:"Run as if treefmt was started in the specified working directory instead of the current working directory."`
1414
NoCache bool `help:"Ignore the evaluation cache entirely. Useful for CI."`
1515
ClearCache bool `short:"c" help:"Reset the evaluation cache. Use in case the cache is not precise enough."`
16-
ConfigFile string `type:"path" help:"Load the config file from the given path (defaults to finding treefmt.toml up)."`
16+
ConfigFile string `type:"path" help:"Load the config file from the given path (defaults to searching upwards for treefmt.toml)."`
1717
FailOnChange bool `help:"Exit with error if any changes were made. Useful for CI."`
1818
Formatters []string `short:"f" help:"Specify formatters to apply. Defaults to all formatters."`
1919
TreeRoot string `type:"path" help:"The root directory from which treefmt will start walking the filesystem (defaults to the directory containing the config file)."`

0 commit comments

Comments
 (0)