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 parent9e129bc commiteef3313Copy full SHA for eef3313
components/console/introduction.rst
@@ -402,10 +402,11 @@ Console Helpers
402
The console component also contains a set of "helpers" - different small
403
tools capable of helping you with different tasks:
404
405
-*:doc:`/components/console/helpers/dialoghelper`: interactively ask the user for information
+*:doc:`/components/console/helpers/questionhelper`: interactively ask the user for information
406
*:doc:`/components/console/helpers/formatterhelper`: customize the output colorization
407
*:doc:`/components/console/helpers/progresshelper`: shows a progress bar
408
*:doc:`/components/console/helpers/tablehelper`: displays tabular data as a table
409
+*:doc:`/components/console/helpers/dialoghelper`: (deprecated) interactively ask the user for information
410
411
Testing Commands
412
----------------