13 lines
206 B
ReStructuredText
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))
|