2 references to ShellDiscovery_ShellNotSupported
System.CommandLine.StaticCompletions (2)
CompletionsCommand.cs (2)
77throw new InvalidOperationException(String.Format(Strings.ShellDiscovery_ShellNotSupported, shellName, string.Join(", ", shellMap.Keys))); 92argumentResult.AddError(String.Format(Strings.ShellDiscovery_ShellNotSupported, singleToken.Value, string.Join(", ", shellMap.Keys)));