Drop the click-completion
dependency in favor of the native implementation of click==8.0
#5098
Labels
click-completion
dependency in favor of the native implementation of click==8.0
#5098
As of
click v8.0
, tab-completion is now supported natively, as described here in the docs. So far we have been using theclick-completion
extension which may now be no longer necessary.There has been an open issue for a while asking whether
click-completion
can be considered deprecated or whether it still provides more functionality that isn't yet inclick
. From a first glance, it seems everything we need is there. The only downside is that the completion activation command is now shell dependent and Power shell is not natively supported, but I doubt that this should be a deal breaker.The text was updated successfully, but these errors were encountered: