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
minor #20056 Document Symfony CLI autocompletion (tucksaun)
This PR was submitted for the 7.1 branch but it was merged into the 5.4 branch instead.
Discussion
----------
Document Symfony CLI autocompletion
I recently implemented autocompletion for any tools based on [symfony-cli/console](https://github.com/symfony-cli/console) including Symfony CLI (see symfony-cli/console#11).
I also added completion forwarding for `composer` and `console` (see symfony-cli/symfony-cli#493).
This means that you can have the autocompletion for the 3 tools by following `symfony completion --help` instructions and that it will automatically use the right configuration (ie. PHP version, `php.ini`, etc) when running it.
Note: I opened the PR against `7.1` but technically this is not related to any `Symfony version`, let me know if you want me to change the target version.
Commits
-------
52f1f00 Document Symfony CLI autocompletion
0 commit comments