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
Copy file name to clipboardexpand all lines: cli/cli.go
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ var Cli = Format{}
11
11
typeFormatstruct {
12
12
AllowMissingFormatterbool`default:"false" help:"Do not exit with error if a configured formatter is missing"`
13
13
WorkingDirectory kong.ChangeDirFlag`default:"." short:"C" help:"Run as if treefmt was started in the specified working directory instead of the current working directory"`
14
+
NoCachebool`help:"Ignore the evaluation cache entirely. Useful for CI"`
14
15
ClearCachebool`short:"c" help:"Reset the evaluation cache. Use in case the cache is not precise enough"`
0 commit comments