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