= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 condense : bool OptParse.Opt.t
val summary : bool OptParse.Opt.t
val group : OptParse.OptParser.group option ref
val add_options : ?default:string list -> OptParse.OptParser.t -> unit
val 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