File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -112,17 +112,6 @@ This prints::
112
112
113
113
HELLO FABIEN
114
114
115
- Console Helpers
116
- ---------------
117
-
118
- The console component also contains a set of "helpers" - different small
119
- tools capable of helping you with different tasks:
120
-
121
- * :doc: `/components/console/helpers/questionhelper `: interactively ask the user for information
122
- * :doc: `/components/console/helpers/formatterhelper `: customize the output colorization
123
- * :doc: `/components/console/helpers/progressbar `: shows a progress bar
124
- * :doc: `/components/console/helpers/table `: displays tabular data as a table
125
-
126
115
.. _component-console-testing-commands :
127
116
128
117
Testing Commands
Original file line number Diff line number Diff line change @@ -294,3 +294,20 @@ you can extend your test from
294
294
// ...
295
295
}
296
296
}
297
+
298
+ Learn More
299
+ ----------
300
+
301
+ .. toctree::
302
+ :maxdepth: 1
303
+ :glob:
304
+
305
+ console/*
306
+
307
+ The console component also contains a set of "helpers" - different small
308
+ tools capable of helping you with different tasks:
309
+
310
+ * :doc:`/components/console/helpers/questionhelper`: interactively ask the user for information
311
+ * :doc:`/components/console/helpers/formatterhelper`: customize the output colorization
312
+ * :doc:`/components/console/helpers/progressbar`: shows a progress bar
313
+ * :doc:`/components/console/helpers/table`: displays tabular data as a table
You can’t perform that action at this time.
0 commit comments