Module StdOptions.DistcheckOptionsSource

Sourceval success : bool OptParse.Opt.t
Sourceval failure : bool OptParse.Opt.t
Sourceval explain : bool OptParse.Opt.t
Sourceval minimal : bool OptParse.Opt.t
Sourceval condense : bool OptParse.Opt.t
Sourceval summary : bool OptParse.Opt.t
Sourceval default_options : string list
Sourceval descr : string
Sourceval add_options : ?default:??? -> OptParse.OptParser.t -> unit
Sourceval add_option : ?short_name:??? -> ?long_name:??? -> ?help:??? -> OptParse.OptParser.t -> ?hide:??? -> ?short_names:??? -> ?long_names:??? -> 'a OptParse.Opt.t -> unit