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