This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
21
unikernel/duniverse/dune_/doc/reference/config/display.rst
Normal file
21
unikernel/duniverse/dune_/doc/reference/config/display.rst
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
display
|
||||
-------
|
||||
|
||||
Specify the amount of Dune’s 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue