### Symfony version(s) affected 5.4.0 ### Description If I use bash alias like; ```bash echo 'alias console="/app/bin/console $@"' >> /home/dev/.bashrc ``` then autocomplete feature doesn't work when I try following; ```bash dev@php-fpm:/app$ console ut [TAB] ``` but it works as expected when I use it like; ```bash dev@php-fpm:/app$ ./bin/console ut [TAB] ``` ### How to reproduce See the description. ### Possible Solution _No response_ ### Additional Context _No response_