= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package irmin-pack
-
irmin-pack
-
-
irmin-pack.layered
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
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
.
val term : unit Cmdliner.Term.t * Cmdliner.Term.info
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 ])
result ->
unit