type filters = { level : Qsp_syntax.Report.level option }

type t = { reset_line : bool; filters : filters }
(** All the arguments given from the command line *)

val parse :
  modules:Qsp_syntax.Catalog.ex list ->
  list_tests:(Format.formatter -> unit) ->
  string list * t