StdOptions.InputOptionsSourceval parse_cmdline :
(Dose_common.Url.filetypes * bool) ->
string list ->
string list * string listgive a list of positional arguments returns two list of resources, foreground and background. Positional arguments are assumed to be foreground resources.
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