val branch : string option Cmdliner.Term.t
module Hash : sig ... end
type hash = Hash.t
module Contents : sig ... end
type contents = Contents.t
Global Configuration
module Store : sig ... end
type Irmin.remote += | R of Cohttp.Header.t option * string
val remote : Irmin.remote Lwt.t Cmdliner.Term.t
Parse a remote store location.
Stores
val store : store Cmdliner.Term.t
Parse the command-line arguments and then the config file.