From aa9e39327d38fa9ec4f573f8eb1610d5c3fa62ef Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 2 Jun 2019 22:25:12 +1000 Subject: [PATCH] docs: document 'quiet' config item --- docs/reference/config.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 4d3d6fff1..a96e3dfb3 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -522,6 +522,17 @@ Either ``yes`` or ``no`` (default), controlling whether existing metadata is discarded when a match is applied. This corresponds to the ``--from_scratch`` flag to ``beet import``. +.. _quiet: + +quiet +~~~~~ + +Either ``yes`` or ``no`` (default), controlling whether to ask for a manual +decision from the user when the importer is unsure how to proceed. This +corresponds to the ``--quiet`` flag to ``beet import``. + +.. _quiet_fallback: + quiet_fallback ~~~~~~~~~~~~~~