InteractiveMode
type t =
| Batch
Only check scripts
| Update
Check and update scripts
| Edit
Edit then check scripts
| Fix
Try check script, then edit script on non-success
| FixUpdate
Update & Fix
val title : t -> string
val parse : string -> t
val pretty : Stdlib.Format.formatter -> t -> unit
val get : unit -> t
val set : t -> unit
val add_hook_on_update : (unit -> unit) -> unit