5 implementations of IShellProvider
System.CommandLine.StaticCompletions (5)
shells\BashShellProvider.cs (1)
10
public class BashShellProvider :
IShellProvider
shells\FishShellProvider.cs (1)
10
public class FishShellProvider :
IShellProvider
shells\NuShellShellProvider.cs (1)
8
public class NushellShellProvider :
IShellProvider
shells\PowershellShellProvider.cs (1)
11
public class PowerShellShellProvider :
IShellProvider
shells\ZshShellProvider.cs (1)
9
public class ZshShellProvider :
IShellProvider
3 references to IShellProvider
System.CommandLine.StaticCompletions (3)
CompletionsCommandParser.cs (3)
12
public static readonly IReadOnlyDictionary<string,
IShellProvider
> ShellProviders;
16
var providers = new
IShellProvider
[]
38
var
shell = ShellProviders[shellName];