clarkperkins / click-shell

An extension to click that easily turns your click app into a shell utility
BSD 3-Clause "New" or "Revised" License
88 stars 17 forks source link

Fix broken autocompletion with click 7.0 #10

Closed PhilippHomann closed 4 years ago

PhilippHomann commented 5 years ago

Since pallets/click@6c7276b get_choices returns a tuple of Arg/Opt-name and description. This breaks autocomplete of readline. This commit reverts this behaviour if get_choices returns a tuple.

PhilippHomann commented 5 years ago

Looks to me like Jenkins build failed because of environmental problems