Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val make :
?usage:string ->
?description:string ->
?version:string ->
?suppress_usage:bool ->
?suppress_help:bool ->
?prog:string ->
?formatter:Formatter.t ->
unit ->
t
val error : t -> ?chn:Pervasives.out_channel -> ?status:int -> string -> unit
val usage : t -> ?chn:Pervasives.out_channel -> unit -> unit
val parse : t -> ?first:int -> ?last:int -> string array -> string list
val parse_argv : t -> string list