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