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

Shell autocompletion for Symfony Console based scripts

Results 5 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...