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

14 lines
287 B
ReStructuredText

diff
----
.. highlight:: dune
.. describe:: (diff <file1> <file2>)
``(diff <file1> <file2>)`` is similar to ``(run diff <file1> <file2>)`` but
is better and allows promotion. See :doc:`/concepts/promotion` for more
details.
Example::
(diff test.expected test.output)