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

14 lines
275 B
ReStructuredText
Raw Normal View History

2025-11-11 02:07:51 +01:00
dynamic-run
-----------
.. highlight:: dune
.. describe:: (dynamic-run <prog> <args>)
Execute a program that was linked against the ``dune-action-plugin`` library.
``<prog>`` is resolved in the same way as in :doc:`run`.
Example::
(dynamic-run ./plugin.exe)