Drom_lib.Share
type args = {
mutable arg_reclone : bool;
mutable arg_no_fetch : bool;
mutable arg_version : string option;
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