feat: Color output in terminal if running in TTY

This commit is contained in:
Gerald Pinder 2024-08-30 23:18:20 -04:00
parent 54c35a870f
commit 74d99f2b17
7 changed files with 58 additions and 3 deletions

1
Cargo.lock generated
View file

@ -401,6 +401,7 @@ version = "0.8.14"
dependencies = [
"blue-build-recipe",
"blue-build-utils",
"colored",
"log",
"rinja",
"typed-builder",