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