Skip to content

Commit

Permalink
minor #3794 Adds link to new QuestionHelper (weaverryan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed May 15, 2014
2 parents 6b56422 + eef3313 commit 797cbd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/console/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,11 @@ Console Helpers
The console component also contains a set of "helpers" - different small
tools capable of helping you with different tasks:

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

Testing Commands
----------------
Expand Down

0 comments on commit 797cbd5

Please sign in to comment.