symfony-console-autocomplete
symfony-console-autocomplete copied to clipboard
Shell autocompletion for Symfony Console based scripts
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...
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...