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
I'm looking for a middle ground between the current default output when making formatting changes with tk fmt and it's verbose mode (passing -v).
With no flags passed, tk fmt prints only a summary count of the files changed. Or reports that no files needed changing.
With the verbose flag passed, it prints out every file found, and includes if that file was formatted.
I'd like a new option (or maybe changing the behavior when no flags are passed?) so that when tk fmt is formatting a file, it will print out which ones it changed.
The text was updated successfully, but these errors were encountered:
I'm looking for a middle ground between the current default output when making formatting changes with
tk fmt
and it's verbose mode (passing-v
).tk fmt
prints only a summary count of the files changed. Or reports that no files needed changing.I'd like a new option (or maybe changing the behavior when no flags are passed?) so that when
tk fmt
is formatting a file, it will print out which ones it changed.The text was updated successfully, but these errors were encountered: