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

21 lines
549 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.