2 instantiations of PowershellShellProvider
System.CommandLine.StaticCompletions (1)
CompletionsCommand.cs (1)
16new PowershellShellProvider(),
System.CommandLine.StaticCompletions.Tests (1)
PowershellProviderTests.cs (1)
15private IShellProvider provider = new PowershellShellProvider();
2 references to PowershellShellProvider
System.CommandLine.StaticCompletions (2)
CompletionsCommand.cs (1)
63return shellMap[PowershellShellProvider.PowerShell];
shells\PowershellShellProvider.cs (1)
15public string ArgumentName => PowershellShellProvider.PowerShell;