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