8000 minor #3794 Adds link to new QuestionHelper (weaverryan) · symfony/symfony-docs@797cbd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 797cbd5

Browse files
committed
minor #3794 Adds link to new QuestionHelper (weaverryan)
This PR was merged into the master branch. Discussion ---------- Adds link to new QuestionHelper | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | 2.5+ Following #3752, this adds question helper to the helper list and marks the dialog as deprecated. Thanks! Commits ------- eef3313 [#3752] Adding the question helper to the helper list and marking dialog as deprecated
2 parents 6b56422 + eef3313 commit 797cbd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/console/introduction.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,11 @@ Console Helpers
402402
The console component also contains a set of "helpers" - different small
403403
tools capable of helping you with different tasks:
404404

405-
* :doc:`/components/console/helpers/dialoghelper`: interactively ask the user for information
405+
* :doc:`/components/console/helpers/questionhelper`: interactively ask the user for information
406406
* :doc:`/components/console/helpers/formatterhelper`: customize the output colorization
407407
* :doc:`/components/console/helpers/progresshelper`: shows a progress bar
408408
* :doc:`/components/console/helpers/tablehelper`: displays tabular data as a table
409+
* :doc:`/components/console/helpers/dialoghelper`: (deprecated) interactively ask the user for information
409410

410411
Testing Commands
411412
----------------

0 commit comments

Comments
 (0)
0