colinmollenhour/modman

Autocomplete does not work when parameters are used before

digitalpianism opened this issue · 0 comments

So if I start typing:

modman update Vend

I can get the autocomplete to give me:

modman update Vendor_Module

However if I type:

modman update --copy --force Vend

The autocomplete doesn't work anymore.