aboutsummaryrefslogtreecommitdiff
path: root/bin/args.mli
diff options
context:
space:
mode:
authorChimrod <>2023-11-03 19:00:34 +0100
committerChimrod <>2023-11-03 19:00:34 +0100
commit0f24d6d6c6a61c9a3f090649003df7daabff4d65 (patch)
tree95dcbc1742fc65fcbe18079ce5da5b2225c03235 /bin/args.mli
parentf5d06b0e8e6aaaa05100165bfc7873d2a8be859c (diff)
Removed the interractive command line option
Diffstat (limited to 'bin/args.mli')
-rw-r--r--bin/args.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/args.mli b/bin/args.mli
index 1a063fc..5231cae 100644
--- a/bin/args.mli
+++ b/bin/args.mli
@@ -1,6 +1,6 @@
type filters = { level : Qsp_syntax.Report.level option }
-type t = { reset_line : bool; filters : filters; interractive : bool }
+type t = { reset_line : bool; filters : filters }
(** All the arguments given from the command line *)
val parse : unit -> string list * t