package spin

  1. Overview
  2. Docs

Module Spin.Template_actionsSource

Sourcetype command = {
  1. name : string;
  2. args : string list;
}
Sourcetype action =
  1. | Run of command
  2. | Refmt of string list
Sourcetype t = {
  1. message : string option;
  2. actions : action list;
}
Sourceval of_dec : context:(string, string) Spin_std.Hashtbl.t -> Dec_template.Actions.t -> t
Sourceval of_decs_with_condition : context:(string, string) Spin_std.Hashtbl.t -> Dec_template.Actions.t list -> (t list, Spin_error.t) Spin_std.Result.t
Sourceval run : path:string -> t -> (unit, Spin_error.t) Spin_std.Result.t
OCaml

Innovation. Community. Security.