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
[Demo] Convert blog commands to invokable commands
Convert EmbedCommand and QueryCommand to use Symfony 7.3's invokable commands pattern:
- Remove Command class inheritance
- Use __invoke(SymfonyStyle $io) signature instead of execute() method
- Simplify parameter handling by accepting SymfonyStyle directly
🤖 Generated with [Claude Code](https://claude.ai/code)
0 commit comments