Skip to content

Commit a6aac8f

Browse files
Break long lines and add blank lines after RST directives
1 parent 96461f8 commit a6aac8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

console/commands_as_services.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,13 @@ Or set the ``command`` attribute on the ``console.command`` tag in your service
128128
->addTag('console.command', array('command' => 'app:sunshine'))
129129
;
130130
131-
That's it. In one way or another, the ``SunshineCommand`` will be instantiated only when
132-
the ``app:sunshine`` command is actually called.
131+
That's it. In one way or another, the ``SunshineCommand`` will be instantiated
132+
only when the ``app:sunshine`` command is actually called.
133133

134134
.. note::
135+
135136
You don't need to call ``setName()`` for configuring the command when it is lazy.
136137

137138
.. caution::
139+
138140
Calling the ``list`` command requires to load all commands, lazy ones included.

0 commit comments

Comments
 (0)