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