Closed lwille closed 3 years ago
Are you still working on this?
I gave up on this; closing the PR.
I've tested this patch on the Fedora rpm and it fixes the test failures that sprouted from the latest click version (8.1.2). More specifically it addresses the TypeError: Parameter.__init__() got an unexpected keyword argument 'autocompletion'
error. Not sure if there are other issues regarding the behavior change.
addresses #367
click
greatly reworked their completions in pallets/click#1484 and pallets/click#1622. In consequence,click
doesn't add anautocomplete
command any more, so I've adjusted the shell snippets required to register completions.autoompletion
parameters of@click.arguments
and@click.options
I've also noticed that #143 is obsolete, as click fully supports
fish
: fixes #143