mte/unikernel/duniverse/dune_/doc/reference/actions/with-stdin-from.rst
2025-11-11 02:07:51 +01:00

13 lines
206 B
ReStructuredText

with-stdin-from
---------------
.. highlight:: dune
.. describe:: (with-stdin-from <file> <DSL>)
Redirect the input from a file.
Example::
(with-stdin-from data.txt
(run ./tests.exe))