aboutsummaryrefslogtreecommitdiff
path: root/bin/args.mli
blob: cffd0d0a5a3a5683409d785eb2111699d8fddfaf (plain)
1
2
3
4
5
6
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 : list_tests:(Format.formatter -> unit) -> string list * t