mte/unikernel/duniverse/dune_/doc/reference/actions/with-stdin-from.rst

14 lines
206 B
ReStructuredText
Raw Normal View History

2025-11-11 02:07:51 +01:00
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))