You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FailOnChangebool`help:"Exit with error if any changes were made. Useful for CI"`
14
-
Formatters []string`help:"Specify formatters to apply. Defaults to all formatters"`
15
-
TreeRootstring`type:"existingdir" default:"."`
16
-
Verbosityint`name:"verbose" short:"v" type:"counter" default:"0" env:"LOG_LEVEL" help:"Set the verbosity of logs e.g. -vv"`
11
+
AllowMissingFormatterbool`default:"false" help:"Do not exit with error if a configured formatter is missing"`
12
+
WorkingDirectory kong.ChangeDirFlag`default:"." short:"C" help:"Run as if treefmt was started in the specified working directory instead of the current working directory"`
13
+
ClearCachebool`short:"c" help:"Reset the evaluation cache. Use in case the cache is not precise enough"`
0 commit comments