Module StdOptions.OutputOptionsSource

Sourceval outfile : string OptParse.Opt.t
Sourceval outdir : string OptParse.Opt.t
Sourceval dot : 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