From 1d236aaa79daaa3715025f9e338bbce4e823c5b9 Mon Sep 17 00:00:00 2001 From: Tai Lee Date: Tue, 29 Jan 2013 15:02:32 +1100 Subject: [PATCH] Add docs for `none_rec_action` setting. --- docs/reference/config.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 73bca4001..ae085a905 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -250,6 +250,14 @@ Either ``skip`` (default) or ``asis``, specifying what should happen in quiet mode (see the ``-q`` flag to ``import``, above) when there is no strong recommendation. +none_rec_action +~~~~~~~~~~~~~~~ + +Either ``ask`` (default), ``asis`` or ``skip``. Specifies what should happen +during an interactive import session when there is no recommendation. Useful +when you are only interested in processing medium and strong recommendations +interactively. + timid ~~~~~