12 references to Strings
System.CommandLine.StaticCompletions (12)
CompletionsCommandDefinition.cs (3)
12
Description =
Strings
.CompletionsCommand_ShellArgument_Description,
20
: base("completions",
Strings
.CompletionsCommand_Description)
34
argumentResult.AddError(string.Format(
Strings
.ShellDiscovery_ShellNotSupported, singleToken.Value, string.Join(", ", ShellNames.All)));
CompletionsGenerateScriptCommandDefinition.cs (1)
13
: base("script",
Strings
.GenerateCommand_Description)
ShellName.cs (2)
32
var shellPath = Environment.GetEnvironmentVariable("SHELL") ?? throw new InvalidOperationException(
Strings
.ShellDiscovery_ShellEnvironmentNotSet);
40
throw new InvalidOperationException(string.Format(
Strings
.ShellDiscovery_ShellNotSupported, shellName, string.Join(", ", All)));
shells\BashShellProvider.cs (1)
16
public string HelpDescription =>
Strings
.BashShellProvider_HelpDescription;
shells\FishShellProvider.cs (1)
16
public string HelpDescription =>
Strings
.FishShellProvider_HelpDescription;
shells\NuShellShellProvider.cs (1)
14
public string HelpDescription =>
Strings
.NuShellShellProvider_HelpDescription;
shells\PowershellShellProvider.cs (1)
17
public string HelpDescription =>
Strings
.PowershellShellProvider_HelpDescription;
shells\ZshShellProvider.cs (1)
15
public string HelpDescription =>
Strings
.ZshShellProvider_HelpDescription;
src\sdk\artifacts\obj\System.CommandLine.StaticCompletions\Release\net11.0\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
)));