Using husky it is very useful but script which is there is designed only for bash purpose. ``` "husky": { "hooks": { "prepare-commit-msg": "exec < /dev/tty && git cz --hook", } } ``` What could be solution for Windows?