1 write to ShellProviders
System.CommandLine.StaticCompletions (1)
CompletionsCommandParser.cs (1)
27
ShellProviders
= providers.ToDictionary(s => s.ArgumentName, StringComparer.OrdinalIgnoreCase);
2 references to ShellProviders
System.CommandLine.StaticCompletions (2)
CompletionsCommandParser.cs (2)
33
ShellNames.All.Select(shellName => new CompletionItem(shellName, documentation:
ShellProviders
[shellName].HelpDescription)));
38
var shell =
ShellProviders
[shellName];