alirezanet / Husky.Net

Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
https://alirezanet.github.io/Husky.Net/
MIT License
632 stars 29 forks source link

`husky run` output doesn't show colors when run from git hooks. #20

Closed alirezanet closed 2 years ago

alirezanet commented 2 years ago

Describe the bug husky run output doesn't have colors when run from git hooks.

To Reproduce

dotnet husky add .husky/pre-commit "dotnet husky run"

Expected behavior Should have colored output like normal dotnet husky run command from the terminal.

Screenshots image

Desktop (please complete the following information):

alirezanet commented 2 years ago

Fixed in v0.2.2