Skip to content

merge click-completion in click #1060

Description

@glehmann

Originally the enhancement of the completion in click was considered as better hosted in a separated project in click-contrib, but now some new completion features has been added in click, duplicating the features in click-contrib. I think it would be interesting to merge both implementations in click.

Fortunately, two different approaches have been used and I think they both have some advantages:

  • click-completion focuses on the completion at the type level
  • click focuses on the completion at the command level

as seen in click-contrib/click-completion#12 , both can be useful depending on the use case.

My hope with this issue is to:

  • validate that we actually want to merge both completions
  • discuss how to do it

in order to actually produce a pull request for the merge

@stopthatcow @Konubinix

Metadata

Metadata

Assignees

No one assigned

    Labels

    f:completionfeature: shell completion

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions