Open
Description
Current problem
Hello, I'm a happy user of pylint, but there are no auto-completion files for the shell.
Desired solution
I have created auto-completion files for bash, fish and zsh using my crazy-complete
tool.
You can find the files here: https://github.com/crazy-complete/crazy-complete/tree/main/completions/pylint
The definition file was generated by parsing the output of Pylint’s --help command. A small script then enhances the file by adding the complete attribute, which defines how the argument for each option is completed.
Thanks for creating such an amazing tool!
Regards,
Benjamin Abendroth
Additional context
No response