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