swarrot / SwarrotBundle

A symfony bundle for swarrot integration
MIT License
89 stars 59 forks source link

Define command description as static property #220

Closed tucksaun closed 2 years ago

tucksaun commented 2 years ago

This allows Symfony to make the command lazy-loadable and thus avoiding instantiation of every processors only to list application's commands. See https://github.com/symfony/symfony/pull/39851 for more info