Color output #4

Merged
Sven merged 8 commits from colors into main 2022-05-29 07:31:37 +00:00
Showing only changes of commit eb0aa2105c - Show all commits

View file

@ -19,7 +19,7 @@ class FormatStaged
@write = write
@verbose = verbose
String.disable_colorization = !(color_output || STDOUT.isatty)
String.disable_colorization = !(color_output || $stdout.isatty)
end
def run