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
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:
as seen in click-contrib/click-completion#12 , both can be useful depending on the use case.
My hope with this issue is to:
in order to actually produce a pull request for the merge
@stopthatcow @Konubinix