AcidWeb / CurseBreaker

TUI/CLI addon updater for World of Warcraft.
GNU General Public License v3.0
768 stars 71 forks source link

Auto-complete when typing a list for the install command #104

Closed JustinMonroe closed 4 years ago

JustinMonroe commented 4 years ago

When doing the install command, it is sometimes neccessary to list a number of addons, for instance DBM with older content or HandyNotes with different plugin modules. When using install the initial addon you type will provide a dropdown and filter as you type. If you add a comma to add a second addon, no suggestion for auto-fill/completion is given.

Suggested Enhancement Have the suggestion and auto-completion function be usable after adding a comma to the install command to easily string together multiple addons without having to either construct the install string outside or doing the installs one at a time.

AcidWeb commented 4 years ago

I forgot to update the documentation. Just use space instead of a comma - prompt will start new auto-completion. Comma support will not be removed for backward compatibility but recommended separator is now space.