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

Support click >= 8. #31

Closed gouttegd closed 3 years ago

gouttegd commented 3 years ago

Click 8 does no longer provide raw_input and has overhauled its shell completion code. This patch provides the necessary adjustments. Tested with both click-7.1.2 and click-8.0.1.

clarkperkins commented 3 years ago

Thanks for doing the research on this & the patch, I appreciate it!