click-contrib / click-completion

Add or enhance bash, fish, zsh and powershell completion in Click
MIT License
288 stars 32 forks source link

Don't complete all the arguments at the same time #9

Closed Konubinix closed 6 years ago

Konubinix commented 6 years ago

Instead, guess the next argument to complete and ask only for its completions.

This way, when a command has several arguments, all the completions don't get mixed together.

glehmann commented 6 years ago

already merged