Module Async_extended.Validate_command

module type S : sig ... end
val create : ?⁠multiple_sexps_per_file:bool ‑> name:string ‑> (module S) ‑> Async.Command.t

Generates a command that validates sexp files

val of_load : name:string ‑> (string ‑> 'a Async.Deferred.Or_error.t) ‑> Async.Command.t

Generates a command that validates arbitrary files, given a load function