package dune-release

  1. Overview
  2. Docs
type t = {
  1. user : string option;
  2. remote : string option;
  3. local : Fpath.t option;
  4. keep_v : bool option;
  5. auto_open : bool option;
}
val v : user:string option -> remote_repo:string option -> local_repo:string option -> Pkg.t list -> (t, Bos_setup.R.msg) Stdlib.result
val token : dry_run:bool -> unit -> (Fpath.t, Bos_setup.R.msg) Stdlib.result
val keep_v : bool -> (bool, Bos_setup.R.msg) Stdlib.result
val auto_open : bool -> (bool, Bos_setup.R.msg) Stdlib.result
val load : unit -> (t, Bos_setup.R.msg) Stdlib.result
val save : t -> (unit, Bos_setup.R.msg) Stdlib.result
val pretty_fields : t -> (string * string option) list

pretty_fields t returns the list of pretty-printed key-value pairs for the config t.

OCaml

Innovation. Community. Security.