package hg_lib

  1. Overview
  2. Docs
type t = {
  1. host : string;
  2. user : string option;
  3. options : string list;
}