package inquire

  1. Overview
  2. Docs

Source file impl.ml

1
2
3
4
5
6
7
8
9
10
module type M = sig
  val make_prompt : string -> (Zed_char.t * LTerm_style.t) array

  val make_error : string -> (Zed_char.t * LTerm_style.t) array

  val make_select
    :  current:int
    -> string list
    -> (Zed_char.t * LTerm_style.t) array
end
OCaml

Innovation. Community. Security.