mte/unikernel/duniverse/dune_/doc/reference/actions/cmp.rst

14 lines
262 B
ReStructuredText
Raw Normal View History

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