mte/unikernel/duniverse/dune_/doc/reference/actions/run.rst

14 lines
285 B
ReStructuredText
Raw Normal View History

2025-11-11 02:07:51 +01:00
run
---
.. highlight:: dune
.. describe:: (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)