click-contrib / click-completion

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

Not working for options defined for comma separated values #33

Open himanshu219 opened 4 years ago

himanshu219 commented 4 years ago

My usecase was to have a option which can take comma separated values -c val1, val2

I followed what is suggested in stackoverflow

It seems when I use -c tab it doesn't suggest choices for such options. Is there a workaround for such a scenario?

I am testing it on Python 3.7.0 (Mac OS Catalina) and am using pyenv for virtualenv environment.