Module StdOptions.DistcheckOptions

module DistcheckOptions: sig .. end

val success : bool OptParse.Opt.t
val failure : bool OptParse.Opt.t
val explain : bool OptParse.Opt.t
val minimal : bool OptParse.Opt.t
val summary : bool OptParse.Opt.t
val default_options : string list
val add_options : ?default:string list -> OptParse.OptParser.t -> unit