// <auto-generated> using System.Reflection; namespace System.CommandLine.StaticCompletions.Resources { internal static partial class Strings { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Strings))); internal static global::System.Globalization.CultureInfo Culture { get; set; } #if !NET20 [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)] #endif internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); /// <summary>Commands for generating and registering completions for supported shells</summary> internal static string @CompletionsCommand_Description => GetResourceString("CompletionsCommand.Description"); /// <summary>The shell for which to generate or register completions</summary> internal static string @CompletionsCommand_ShellArgument_Description => GetResourceString("CompletionsCommand.ShellArgument.Description"); /// <summary>Could not determine the shell from the environment - the SHELL environment variable was not set.</summary> internal static string @ShellDiscovery_ShellEnvironmentNotSet => GetResourceString("ShellDiscovery.ShellEnvironmentNotSet"); /// <summary>The shell application '{0}' is not supported. The following shells are supported by this application: {1}</summary> internal static string @ShellDiscovery_ShellNotSupported => GetResourceString("ShellDiscovery.ShellNotSupported"); /// <summary>Generate the completion script for a supported shell</summary> internal static string @GenerateCommand_Description => GetResourceString("GenerateCommand.Description"); /// <summary>Generates a completion script for the Bourne Again SHell (bash).</summary> internal static string @BashShellProvider_HelpDescription => GetResourceString("BashShellProvider.HelpDescription"); /// <summary>Generates a completion script for PowerShell Core. These scripts will not work on Windows PowerShell.</summary> internal static string @PowershellShellProvider_HelpDescription => GetResourceString("PowershellShellProvider.HelpDescription"); /// <summary>Generates a completion script for the Fish shell.</summary> internal static string @FishShellProvider_HelpDescription => GetResourceString("FishShellProvider.HelpDescription"); /// <summary>Generates a completion script for the Zsh shell.</summary> internal static string @ZshShellProvider_HelpDescription => GetResourceString("ZshShellProvider.HelpDescription"); /// <summary>Generates a completion script for the NuShell shell.</summary> internal static string @NuShellShellProvider_HelpDescription => GetResourceString("NuShellShellProvider.HelpDescription"); } } |