Module Shell.Ansi


module Ansi: sig .. end
Colour printing on terminals

val is_color_tty : unit -> bool
type style = [ `Green | `Red | `Underline ] 
val printf : style ->
('a, Pervasives.out_channel, unit) Pervasives.format -> 'a
val eprintf : style ->
('a, Pervasives.out_channel, unit) Pervasives.format -> 'a