diff options
author | Chimrod <> | 2023-11-03 19:00:34 +0100 |
---|---|---|
committer | Chimrod <> | 2023-11-03 19:00:34 +0100 |
commit | 0f24d6d6c6a61c9a3f090649003df7daabff4d65 (patch) | |
tree | 95dcbc1742fc65fcbe18079ce5da5b2225c03235 /bin/args.mli | |
parent | f5d06b0e8e6aaaa05100165bfc7873d2a8be859c (diff) |
Removed the interractive command line option
Diffstat (limited to 'bin/args.mli')
-rw-r--r-- | bin/args.mli | 2 |
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 |