blob: 5231cae9a85544268727c39c7af093433abf8bbc (
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 : unit -> string list * t
|