module Ansi:Colour printing on terminalssig..end
val is_color_tty : unit -> booltypestyle =[ `Green | `Red | `Underline ]
This module contains basic blocks for shell scripting in OCaml. It tends to be
much safer than just using Unix.system because it handles errors much more
transparently.
WARNING: it's undergoing some serious changes internally, then next public release of
core should have the changes included
val printf : style ->
('a, Pervasives.out_channel, unit) Pervasives.format -> 'aval eprintf : style ->
('a, Pervasives.out_channel, unit) Pervasives.format -> 'a