This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
27
unikernel/duniverse/dune_/doc/reference/config/index.rst
Normal file
27
unikernel/duniverse/dune_/doc/reference/config/index.rst
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
config
|
||||
======
|
||||
|
||||
This file is used to set Dune's global configuration, which is applicable
|
||||
across projects and workspaces.
|
||||
|
||||
The configuration file is normally ``~/.config/dune/config`` on Unix systems
|
||||
and ``%LOCALAPPDATA%/dune/config`` on Windows. However, for most Dune commands,
|
||||
it is possible to specify an alternative configuration file with the
|
||||
``--config-file`` option. Command-line flags take precedence over the contents
|
||||
of the ``config`` file. If ``--no-config`` or ``-p`` is passed, Dune will not
|
||||
read this file.
|
||||
|
||||
The ``config`` file can contain the following stanzas:
|
||||
|
||||
.. toctree::
|
||||
|
||||
action_stdout_on_success
|
||||
action_stderr_on_success
|
||||
cache
|
||||
cache_check_probability
|
||||
cache_storage_mode
|
||||
display
|
||||
jobs
|
||||
project_defaults
|
||||
sandboxing_preference
|
||||
terminal_persistence
|
||||
Loading…
Add table
Add a link
Reference in a new issue