Skip to content

[Console] Autocomplete feature is not working when using alias #44461

Closed
@tarlepp

Description

@tarlepp

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions