2 references to ShellDiscovery_ShellNotSupported
System.CommandLine.StaticCompletions (2)
CompletionsCommandDefinition.cs (1)
34argumentResult.AddError(string.Format(Strings.ShellDiscovery_ShellNotSupported, singleToken.Value, string.Join(", ", ShellNames.All)));
ShellName.cs (1)
40throw new InvalidOperationException(string.Format(Strings.ShellDiscovery_ShellNotSupported, shellName, string.Join(", ", All)));