-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only print the file names of changed files #597
Comments
glad to make a pr if you accept this point. |
I'm not opposed to changes on this front, but I want to understand what you're pointing at a bit better. |
Forgive my pool English 😢 When I run the cli with
Always show
But, not all the files are changed, some files have been beautified.
|
Ah, ok. |
Updated and added tests. @coderhaoxin - please take a look and tell me if the behavior is still what you'd expect. |
for now, when I run
js-beautify
from cli, it will print all the file names passed tojs-beautify
, but some are not changed.So, it's better to print the names of
changed files only
.The text was updated successfully, but these errors were encountered: