jonahseguin / drink

command framework and argument parser for spigot plugins
63 stars 19 forks source link

Drink recommending without space #8

Open ewoudje opened 3 years ago

ewoudje commented 3 years ago

If i type "cities join" and i before i type a space there is already showing the options of the next part

iOpHPb7

This is not really a problem until you click TAB because then it replaces the join part since there is no space.

jonahseguin commented 3 years ago

Hi, sorry about this. I don't currently have time to investigate this - but feel free to open a PR. I believe the issue would be solved by simply adding a space check within the tab completion logic, but not 100% sure.