package current_gitlab

  1. Overview
  2. Docs

Identifier for a Project's repository hosted on GitLab.

type t = {
  1. owner : string;
  2. name : string;
  3. project_id : int;
}
val pp : t Fmt.t
val compare : t -> t -> int
val cmdliner : t Cmdliner.Term.t

Cmdliner parser for reading a repo_id as a string. Expected format is "owner/name/project_id"