You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following on #412, it would be good to add some improvements to the filtering
The filter for not repeating options doesn't work when text is entered for values - e.g. choco feature enable --name=bob <tab> will show choco feature enable --name=bob --name
Feature names should auto complete
config keys should auto complete
pin should auto complete for names
autocomplete install name --version=<tab>
autocomplete update name --version=<tab> filtering out older versions
The text was updated successfully, but these errors were encountered:
Following on #412, it would be good to add some improvements to the filtering
choco feature enable --name=bob <tab>
will showchoco feature enable --name=bob --name
install name --version=<tab>
update name --version=<tab>
filtering out older versionsThe text was updated successfully, but these errors were encountered: