args.mli 273 B

123456789
  1. type filters = { level : Qsp_syntax.Report.level option }
  2. type t = { reset_line : bool; filters : filters }
  3. (** All the arguments given from the command line *)
  4. val parse :
  5. modules:Qsp_syntax.Check.t list ->
  6. list_tests:(Format.formatter -> unit) ->
  7. string list * t