**Symfony version(s) affected**: 5.4-dev **Description** See https://github.com/symfony/symfony/issues/43594#issuecomment-947385485 for details. **How to reproduce** When trying to autocomplete ``` bin/console lint:twig | ``` the argument is a file path, it should be completed by the native filesystem method. **Possible Solution** Described by @wouterj https://github.com/symfony/symfony/issues/43594#issuecomment-947427160 **Additional context** Symfony **must** prevent native filesystem completion, it cannot implicit (like "nothing suggested by Symfony"), see https://github.com/symfony/symfony/issues/43594#issuecomment-947410819 for reasons.