Skip to content

Commit 43afaeb

Browse files
committed
[Components] return value of depending command fix
1 parent 4da8e5b commit 43afaeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ Then, you need to create a new
353353
options you want to pass to the command.
354354

355355
Eventually, calling the ``run()`` method actually executes the command and
356-
returns the returned code from the command (``0`` if everything went fine, any
357-
other integer otherwise).
356+
returns the returned code from the command (return value from command's
357+
``execute()`` method).
358358

359359
.. note::
360360

0 commit comments

Comments
 (0)