Skip to content

Commit

Permalink
Fix Sphinx error
Browse files Browse the repository at this point in the history
  • Loading branch information
noniagriconomie committed May 14, 2021
1 parent 74af6d8 commit ee2a5a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/console/helpers/cursor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ of the output:
:align: center


.. code-block:: php
// src/Commande/MyCommand.php
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Cursor;
Expand Down Expand Up @@ -47,7 +49,7 @@ Using the cursor
----------------

Moving the cursor
................
.................

There are fews methods to control moving the command cursor::

Expand Down Expand Up @@ -79,7 +81,7 @@ You can get the current command's cursor position by using::
// $position[1] // rows (aka y coordinate)

Clearing output
................
...............

The cursor can also clear some output on the screen::

Expand Down

0 comments on commit ee2a5a5

Please sign in to comment.