symfony-console-autocomplete icon indicating copy to clipboard operation
symfony-console-autocomplete copied to clipboard

Shell autocompletion for Symfony Console based scripts

Results 6 symfony-console-autocomplete issues
Sort by recently updated
recently updated
newest added

We have an internal tool I'm trying to generate completions for, and some of the option strings include things like: ~~~ --opt "device where name=-foo" ~~~ In this case, ZSH...

bug
Awaiting feedback

https://github.com/bamarni/symfony-console-autocomplete/blob/fa77f3547b5478cf09f9f5c9026ef03188b9cb45/composer.json#L8-L9

The tests in `tests/*.bats` don't test for the correctness or usability of the shell code generated. All of the tests merely compare the output against a cached copy of what...

With PHP 8.4 and `bamarni/symfony-console-autocomplete:1.5.5` I'm getting the following deprecation warning: ``` Deprecated: Bamarni\Symfony\Console\Autocomplete\Application::__construct(): Implicitly marking parameter $command as nullable is deprecated, the explicit nullable type must be used instead...