12 references to Strings
System.CommandLine.StaticCompletions (12)
CompletionsCommand.cs (6)
28public CompletionsCommand(IEnumerable<IShellProvider>? supportedShells = null, string commandName = "completions", string? commandDescription = null) : this((supportedShells ?? DefaultShells).ToDictionary(s => s.ArgumentName, StringComparer.OrdinalIgnoreCase), commandName, commandDescription ?? Strings.CompletionsCommand_Description) 35Description = Strings.CompletionsCommand_ShellArgument_Description, 68throw new InvalidOperationException(Strings.ShellDiscovery_ShellEnvironmentNotSet); 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))); 110: base("script", Strings.GenerateCommand_Description)
shells\BashShellProvider.cs (1)
18public string HelpDescription => Strings.BashShellProvider_HelpDescription;
shells\FishShellProvider.cs (1)
14public string HelpDescription => Strings.FishShellProvider_HelpDescription;
shells\NuShellShellProvider.cs (1)
14public string HelpDescription => Strings.NuShellShellProvider_HelpDescription;
shells\PowershellShellProvider.cs (1)
19public string HelpDescription => Strings.PowershellShellProvider_HelpDescription;
shells\ZshShellProvider.cs (1)
15public string HelpDescription => Strings.ZshShellProvider_HelpDescription;
System.CommandLine.StaticCompletions.Resources.Strings.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Strings)));