This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,21 @@
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.