Module S.Stats_commit

Traverses a commit to get stats on its underlying tree.

val run : root:string -> commit:string option -> dump_blob_paths_to:string option -> unit -> 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