mte/unikernel/duniverse/dune_/doc/reference/config/display.rst

22 lines
549 B
ReStructuredText
Raw Normal View History

2025-11-11 02:07:51 +01:00
display
-------
Specify the amount of Dunes verbosity.
.. code:: dune
(display <setting>)
where ``<setting>`` is one of:
- ``progress``, Dune shows and updates a status line as build goals are being
completed. This is the default value.
- ``verbose`` prints the full command lines of programs being executed by Dune,
with some colors to help differentiate programs.
- ``short`` prints a line for each program executed with the binary name on the
left and the targets of the action on the right.
- ``quiet`` only display errors.