Skip to content

Add auto-completion for command line #9980

Open
@braph

Description

@braph

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Enhancement ✨Improvement to a componentNeeds specification 🔐Accepted as a potential improvement, and needs to specify edge cases, message names, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions