We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74af6d8 commit ee2a5a5Copy full SHA for ee2a5a5
components/console/helpers/cursor.rst
@@ -17,6 +17,8 @@ of the output:
17
:align: center
18
19
20
+.. code-block:: php
21
+
22
// src/Commande/MyCommand.php
23
use Symfony\Component\Console\Command\Command;
24
use Symfony\Component\Console\Cursor;
@@ -47,7 +49,7 @@ Using the cursor
47
49
----------------
48
50
51
Moving the cursor
-................
52
+.................
53
54
There are fews methods to control moving the command cursor::
55
@@ -79,7 +81,7 @@ You can get the current command's cursor position by using::
79
81
// $position[1] // rows (aka y coordinate)
80
82
83
Clearing output
84
+...............
85
86
The cursor can also clear some output on the screen::
87
0 commit comments