Skip to content

Add support for new click's version autocompletion flag #68

@oridistor

Description

@oridistor

As we all want arguements and options to be auto completed even if they are not the flag itself - new click versions have added a new flag to option called autocompletion which receives a function that returns a list of possible completions.

This can be seen here:
https://github.com/pallets/click/blob/master/docs/bashcomplete.rst

It can be nice to add a support for this feature as it'll allow us to have a non trivial auto completion quite quickly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions