The generated Bash shell completion references `COMREPLY` instead of `COMPREPLY`. This is clearly a typo. https://github.com/pallets/click/blob/051d57cef4ce59212dc1175ad4550743bf47d840/src/click/shell_completion.py#L105-L108
The generated Bash shell completion references
COMREPLYinstead ofCOMPREPLY. This is clearly a typo.click/src/click/shell_completion.py
Lines 105 to 108 in 051d57c