package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Checks the integrity of a store

val run : root:string -> auto_repair:bool -> unit Lwt.t
val term_internal : (unit -> unit) Cmdliner.Term.t

A pre-packaged Cmdliner term for executing run.

term is term_internal plus documentation and logs initialisation

val handle_result : ?name:string -> ([< `Fixed of int | `No_error ], [< `Cannot_fix of string | `Corrupted of int ]) Stdlib.result -> unit