dune/src/action.ml

7 lines
96 B
OCaml
Raw Normal View History

2016-12-02 13:54:32 +00:00
type t =
{ prog : Path.t
; args : string list
; dir : Path.t
; env : string array
}