laminas / laminas-cli

Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
https://docs.laminas.dev/laminas-cli
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

Log command errors #47

Closed vaclavvanik closed 3 years ago

vaclavvanik commented 4 years ago

Feature Request

Now is not possible to log command errors.

ApplicationFactory creates own EventDispatcher and it is not possible to add custom listener.

Maybe EventDispatcher could be grabbed from service container, so dev could inject custom EventDispatcher with custom listeners.

weierophinney commented 3 years ago

Fixed with #54