Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define command description as static property #220

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

tucksaun
Copy link
Contributor

@tucksaun tucksaun commented Mar 2, 2022

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

This allows Symfony to make the command lazy-loadable and thus avoiding instantiation of every processors only to list application's commands.
See symfony/symfony#39851 for more info
Copy link
Member

@odolbeau odolbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!!

@odolbeau odolbeau merged commit 0cfc103 into swarrot:master Mar 7, 2022
@tucksaun tucksaun deleted the lazy-loaded-commands branch March 7, 2022 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants