Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 285 Bytes

run.rst

File metadata and controls

13 lines (8 loc) · 285 Bytes

run

dune

(run <prog> <args>)

Execute a program. <prog> is resolved locally if it is available in the current workspace, otherwise it is resolved using the PATH.

Example:

(run capnp compile -o %{bin:capnpc-ocaml} schema.capnp)