Module Jenga_lib.Reflected.Action

type t = Action.t
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val dir : t ‑> Path.t

to_sh_ignoring_dir t returns a shell script representing the action, that expects to be run from dir t.

val to_sh_ignoring_dir : t ‑> string

to_sh_ignoring_dir t returns a shell script representing the action, that expects to be run from dir t.

val string_for_one_line_make_recipe_ignoring_dir : t ‑> string