run --- .. highlight:: dune .. describe:: (run ) Execute a program. ```` 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)