sig
  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
  val add_options : ?default:string list -> OptParse.OptParser.t -> unit
end