dune/src/action.ml

9 lines
174 B
OCaml
Raw Normal View History

2016-12-02 13:54:32 +00:00
type t =
2017-02-24 16:47:23 +00:00
{ prog : Path.t
; args : string list
; dir : Path.t
; env : string array
; stdout_to : Path.t option
; touches : Path.t list
2016-12-02 13:54:32 +00:00
}