package irmin-cli

  1. Overview
  2. Docs

Module Irmin_cliSource

CLI commands.

Sourcetype command = unit Cmdliner.Cmd.t

Cmdliner commands.

Sourceval commands : command list

List of available sub-commands.

Sourceval run : command list -> unit

Create a command-line tool with the given subcommands.

Command-builder helper

Sourcetype sub = {
  1. name : string;
  2. doc : string;
  3. man : Cmdliner.Manpage.block list;
  4. term : unit Cmdliner.Term.t;
}

Subcommand.

Sourceval create_command : sub -> command

Build a subcommand.

Sourcemodule Resolver : sig ... end

Irmin store resolver.