Module StdOptions.DistcheckOptions
val success : bool OptParse.Opt.tval failure : bool OptParse.Opt.tval explain : bool OptParse.Opt.tval minimal : bool OptParse.Opt.tval condense : bool OptParse.Opt.tval summary : bool OptParse.Opt.tval default_options : string listval group : OptParse.OptParser.group option Stdlib.refval add_options : ?default:string list -> OptParse.OptParser.t -> unitval add_option : ?short_name:char -> ?long_name:string -> ?help:string ->
OptParse.OptParser.t -> ?hide:bool -> ?short_names:char list -> ?long_names:string list ->
'a OptParse.Opt.t -> unit