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
I also have implemented an CompletionResolver which makes proposals with possible matchin "Snapshots".
BUT: The CompletionResolver is only called for the first Option. When I separate the Options with empty space or comma my CompletionResover is not called any more. Yet, typing the complete "Snapshot"s results in the array of Snapshots.
So - is this a missing feature or is there some point I overlook?
The text was updated successfully, but these errors were encountered:
@tschoellhorn Can I ask you for a small project that reproduces the issue. I'm not 100% clear on what you typed and what you expected and what actually happened.
I have an issue regarding the CommandCompletion for @commands which have Options with an arity with ONE_OR_MORE.
I have a command like this:
I also have implemented an CompletionResolver which makes proposals with possible matchin "Snapshots".
BUT: The CompletionResolver is only called for the first Option. When I separate the Options with empty space or comma my CompletionResover is not called any more. Yet, typing the complete "Snapshot"s results in the array of Snapshots.
So - is this a missing feature or is there some point I overlook?
The text was updated successfully, but these errors were encountered: