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
The Invokable command feature is landing in Symfony 7.3, this is improving the DX with the resolution of the callable parameters. For new applications, the maker should generate the command class using this new syntax.
Currently, MakeCommand generates the command class from its name only. We can make the command more interactive and ask for the parameter and options, to generate the full command definition: the signature of the __invoke method with #[Argument] and #[Option] attributes).