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

14 lines
255 B
ReStructuredText

ignore-<outputs>
----------------
.. highlight:: dune
.. describe:: (ignore-<outputs> <DSL>)
Ignore the output, where ``<outputs>`` is one of: ``stdout``, ``stderr``, or
``outputs``.
Example::
(ignore-stderr
(run ./get-conf.exe))