You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #18741 [Console] Improve console events doc (HeahDude)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Console] Improve console events doc
The docs currently state that running a command from another command does not dispatch events.
This side effect can be avoided by using `$this->getApplication()->doRun()` and the command name as first argument of the input, instead of `$this->getApplication()->find(...)->run()`.
Also, the events page is linked by the component doc, for better discoverability I added a short section to link it in the main page of `Console`.
Commits
-------
e0d1b35 [Console] Improve console events doc
0 commit comments