Skip to content

Commit 009fcd7

Browse files
committed
[symfony#1999] Adding links to the helpers from within the console documentation
1 parent 3e6b5ec commit 009fcd7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/console/introduction.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,15 @@ You can combine VALUE_IS_ARRAY with VALUE_REQUIRED or VALUE_OPTIONAL like this:
269269
1
270270
);
271271
272+
Console Helpers
273+
---------------
274+
275+
The console component also contains a set of "helpers" - different small
276+
tools capable of helping you with different tasks:
277+
278+
* :doc:`/component/console/helpers/dialoghelper`: interactively ask the user for information
279+
* :doc:`/component/console/helpers/formatterhelper`: customize the output colorization
280+
272281
Testing Commands
273282
----------------
274283

0 commit comments

Comments
 (0)