Sourceexception Exception of string Sourcetype t = {name : string;usage : string option;description : string;fn : string list -> unit option Lwt.t;
} Sourceval make :
name:string ->
?help:string ->
description:string ->
(string list -> unit option Lwt.t) ->
t Sourceval print_all : t list -> unit