irmin-cli
Irmin_cli
CLI commands.
type command = unit Cmdliner.Cmd.t
Cmdliner commands.
Cmdliner
val commands : command list
List of available sub-commands.
val run : command list -> unit
Create a command-line tool with the given subcommands.
type sub = {
name : string;
doc : string;
man : Cmdliner.Manpage.block list;
term : unit Cmdliner.Term.t;
}
Subcommand.
val create_command : sub -> command
Build a subcommand.
module Resolver : sig ... end
Irmin store resolver.