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