We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb2d120c commitae3b0d7Copy full SHA for ae3b0d7
components/console/helpers/dialoghelper.rst
@@ -31,10 +31,11 @@ the following to your command::
31
return;
32
}
33
34
-In this case, the user will be asked "Continue with this action?", and will return
35
-``true`` if the user answers with ``y`` or false in any other case. The third
36
-argument to ``askConfirmation`` is the default value to return if the user doesn't
37
-enter any input.
+In this case, the user will be asked "Continue with this action?", and will
+return ``true`` if the user answers with ``y`` or ``false`` if the user answers
+with ``n``. The third argument to ``askConfirmation`` is the default value to
+return if the user doesn't enter any input. Any other input will ask the same
38
+question again.
39
40
Asking the User for Information
41
-------------------------------