Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 275 Bytes

dynamic-run.rst

File metadata and controls

13 lines (8 loc) · 275 Bytes

dynamic-run

dune

(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 run.

Example:

(dynamic-run ./plugin.exe)