2021-05-01 17:02:08 -04:00
|
|
|
# This enables the color output when in development or test
|
|
|
|
# Check out the Colorize docs for more information
|
|
|
|
# https://crystal-lang.org/api/Colorize.html
|
2021-12-12 12:01:55 -05:00
|
|
|
Colorize.enabled = LuckyEnv.development? || LuckyEnv.test?
|