Closed jpnadas closed 2 years ago
Click has deprecated the parameter name autocompletion in favor of the new name shell_complete as of version 8.1.0. From the changelog, we have
autocompletion
shell_complete
autocompletion parameter to Command is renamed to shell_complete.
This caused issue #384, which is also reported in #382.
This PR implements the change in parameter name to stay compatible with click.
Context
Click has deprecated the parameter name
autocompletion
in favor of the new nameshell_complete
as of version 8.1.0. From the changelog, we haveThis caused issue #384, which is also reported in #382.
This PR implements the change in parameter name to stay compatible with click.