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

13 lines
262 B
ReStructuredText

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