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
namespaceSystem.CommandLine.Completions{// This is syntactically the same as Action<CompletionContext>, so adding a new delegate type is discouraged.// Unless you think you need the type to exists as a place to put documentation.publicdelegateIEnumerable<CompletionItem>CompletionDelegate(CompletionContextcontext);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: