theofidry / PsyshBundle

A command line REPL bundle for Symfony using PsySH.
MIT License
208 stars 29 forks source link

Lazily load the command #39

Closed rainbow-alex closed 5 years ago

rainbow-alex commented 6 years ago

See https://symfony.com/doc/current/console/commands_as_services.html#lazy-loading

theofidry commented 6 years ago

Thanks for the PR! Could you also remove the setName() call in the command? From what I see it will automatically be set

rainbow-alex commented 6 years ago

@theofidry there you go!

rainbow-alex commented 5 years ago

@theofidry Is this good to merge? Or does it need anything else?

theofidry commented 5 years ago

All good thanks!