Module StdOptions.InputOptions

module InputOptions: sig .. end

val trim : bool OptParse.Opt.t
val latest : bool OptParse.Opt.t
val checkonly : Debian.Format822.vpkglist OptParse.Opt.t
val background : string list OptParse.Opt.t
val foreground : string list OptParse.Opt.t
val outfile : string OptParse.Opt.t
val default_options : string list
val parse_cmdline : Common.Url.filetypes * bool -> string list -> string list * string list
give a list of positional arguments returns two list of resources, foreground and background. Positional arguments are assumed to be foreground resources.
val add_options : ?default:string list -> OptParse.OptParser.t -> unit