usmanyunusov / nano-staged

Tiny tool to run commands for modified, staged, and committed files in a GIT repository.
https://npm.im/nano-staged
MIT License
468 stars 14 forks source link

Quiet mode wanted #37

Open vuolter opened 1 year ago

vuolter commented 1 year ago

Clear and concise description of the problem

Heey, thanks for this piece of magic, I was disappointed with lint-staged so I came here!

I'd like to have a way to suppress any progress message printed during the lint process, I just need to know if all's done or if some error occurred. The git client I use (fork) doesn't support interactive output very well, so it logs all the lines every time:

image

Suggested solution

A --quiet command line flag might do the trick for me.

Alternative

No response

Additional context

No response