Help_text.CommandA Command.t represents the help text for a single command.
include Sexplib0.Sexpable.S with type t := tval t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.tmodule Format : sig ... endval view : t -> View_spec.t -> Format.t -> Virtual_dom.Vdom.Node.tview 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.