Module type ArgOptions.FeatureRequests

val has_flag : ?argsource:(string array * int) -> ?prefix:string -> string -> bool
val get_option : ?argsource:(string array * int) -> ?optprefix:string -> ?optsep:string -> 'x named_option -> 'x
val get_option_d : ?argsource:(string array * int) -> ?optprefix:string -> ?optsep:string -> 'x named_option -> 'x -> 'x
val get_option_d' : ?argsource:(string array * int) -> ?optprefix:string -> ?optsep:string -> 'x named_option -> (unit -> 'x) -> 'x
val get_args : ?argsource:(string array * int) -> ?optsep:string -> unit -> string list