Module Command.Format
type t
= [ `Keys of [ `Sep of string ] | `Description of (string -> string) option | `Text of string ] list
val default : t
The
default
format is:"Press <
key1
orkey2
or ...keyn
> to <uncapitalized description>."