type t
=
{
keys : Incr_dom_widgets.Keystroke.t list;
description : string;
group : Incr_dom_widgets.Grouped_help_text.Group_name.t option;
handler : Handler.t;
}
val get_help_text : t ‑> Incr_dom_widgets.Help_text.Command.t