package testo-util

  1. Overview
  2. Docs
type color =
  1. | Default
  2. | Red
  3. | Green
  4. | Yellow
  5. | Cyan
  6. | Bold
  7. | Faint
val color : color -> string -> string
val opt_color : bool -> color -> string -> string
val frame : string -> string
val horizontal_line : unit -> string
val left_col : string -> string
val quote_multiline_text : string -> string
OCaml

Innovation. Community. Security.