sig
val description : string
val options :
?usage:string ->
?version:string ->
?suppress_usage:bool ->
?suppress_help:bool ->
?prog:string ->
?formatter:OptParse.Formatter.t -> unit -> OptParse.OptParser.t
val verbose : int OptParse.Opt.t
val quiet : bool OptParse.Opt.t
val progress : bool OptParse.Opt.t
val timers : bool OptParse.Opt.t
val options : OptParse.OptParser.t
val explain : bool OptParse.Opt.t
val architecture : string OptParse.Opt.t
val checkonly : (string * string) list OptParse.Opt.t
val failure : bool OptParse.Opt.t
val explain : bool OptParse.Opt.t
val summary : bool OptParse.Opt.t
val dump : bool OptParse.Opt.t
end