evilmartians / lefthook

Fast and powerful Git hooks manager for any type of projects.
MIT License
4.75k stars 211 forks source link

fix: implement tty grabbing for windows #696

Closed mrexox closed 5 months ago

mrexox commented 5 months ago

Closes https://github.com/evilmartians/lefthook/issues/621

:wrench: Summary

Use https://github.com/mattn/go-tty package to handle TTY things.