millermedeiros / esformatter

ECMAScript code beautifier/formatter
MIT License
970 stars 91 forks source link

Report formatted files #385

Open kindkaktus opened 9 years ago

kindkaktus commented 9 years ago

It will be very handy to have CLI/configuration setting to report file names which have been altered when formatted in-place (-i option).

millermedeiros commented 8 years ago

yeah, we should probably add a new flag that toggles the behavior - it should not list the file names by default.

millermedeiros commented 8 years ago

maybe just a --verbose option on the cli. see also #388