package drom_lib

  1. Overview
  2. Docs
type update_args = {
  1. mutable arg_upgrade : bool;
  2. mutable arg_force : bool;
  3. mutable arg_diff : bool;
  4. mutable arg_skip : (bool * string) list;
  5. mutable arg_promote_skip : bool;
  6. mutable arg_edition : string option;
  7. mutable arg_min_edition : string option;
}
val update_args : unit -> update_args * (string list * Ezcmd.V2.EZCMD.TYPES.Arg.spec * Ezcmd.V2.EZCMD.TYPES.info) list
val update_files : twice:bool -> ?args:update_args -> ?git:bool -> ?create:bool -> Types.project -> unit
val compute_config_hash : (string * string) list -> string