Module Dose_doseparse__StdOptions.InputOptions
val itypes : string listval in_option : ?default:string -> ?metavar:string -> unit -> string OptParse.Opt.tval vtypes : string listval comp_option : ?default:string -> ?metavar:string -> unit -> string OptParse.Opt.tval trim : bool OptParse.Opt.tval latest : int OptParse.Opt.tval checkonly : Dose_pef.Packages_types.vpkglist OptParse.Opt.tval background : string list OptParse.Opt.tval foreground : string list OptParse.Opt.tval inputtype : string OptParse.Opt.tval compare : string OptParse.Opt.tval default_options : string listval group : OptParse.OptParser.group option Stdlib.refval descr : stringval 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.