blob: 1a063fcfc9bd9d09cbb2ea27b714f5f529facf93 (
plain)
1
2
3
4
5
6
|
type filters = { level : Qsp_syntax.Report.level option }
type t = { reset_line : bool; filters : filters; interractive : bool }
(** All the arguments given from the command line *)
val parse : unit -> string list * t
|