Module Drom_lib.Share

type args = {
  1. mutable arg_reclone : bool;
  2. mutable arg_no_fetch : bool;
  3. mutable arg_version : string option;
  4. mutable arg_repo : string option;
}
val args : ?set:bool -> unit -> args * Ezcmd.V2.EZCMD.TYPES.arg_list
val load : ?args:args -> ?p:Types.project -> unit -> Types.share
val share_repo_default : unit -> string