Module Help_text.Command

type t = {
keys : Keystroke.t list;
description : string;
}
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
type t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
module Format : sig ... end
val view : t -> View_spec.t -> Format.t -> Vdom_keyboard__.Import.Vdom.Node.t

view displays a help text line for a single command. For instance, this can be used to display the help text for opening a help menu.