cloud
cloud copied to clipboard
Tab completions on greedy strings only work before first space
When using suggestions provider for greedy string argument, completion method only fires if the argument input does not contain spaces. Tested and confirmed on cloud 1.6.1
Some related info from the Discord:
I've got this argument:
With this code:
Which I run like this:
Which provides this output:

Duplicate of #190