File: src\command-line-api\artifacts\obj\System.CommandLine\Release\net11.0\System.CommandLine.Properties.Resources.cs
Project: src\command-line-api\src\System.CommandLine\System.CommandLine.csproj (System.CommandLine)
// <auto-generated>
using System.Reflection;


namespace System.CommandLine.Properties
{
    internal static partial class Resources
    {
        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(Resources)));
        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>Directory does not exist: '{0}'.</summary>
        internal static string @DirectoryDoesNotExist => GetResourceString("DirectoryDoesNotExist");
        /// <summary>Option '{0}' expects a single argument but {1} were provided.</summary>
        internal static string @OptionExpectsOneArgument => GetResourceString("OptionExpectsOneArgument");
        /// <summary>File does not exist: '{0}'.</summary>
        internal static string @FileDoesNotExist => GetResourceString("FileDoesNotExist");
        /// <summary>File or directory does not exist: '{0}'.</summary>
        internal static string @FileOrDirectoryDoesNotExist => GetResourceString("FileOrDirectoryDoesNotExist");
        /// <summary>Character not allowed in a path: '{0}'.</summary>
        internal static string @InvalidCharactersInPath => GetResourceString("InvalidCharactersInPath");
        /// <summary>Required argument '{0}' missing for command: '{1}'.</summary>
        internal static string @CommandRequiredArgumentMissing => GetResourceString("CommandRequiredArgumentMissing");
        /// <summary>Required argument missing for option: '{0}'.</summary>
        internal static string @OptionRequiredArgumentMissing => GetResourceString("OptionRequiredArgumentMissing");
        /// <summary>Required command was not provided.</summary>
        internal static string @RequiredCommandWasNotProvided => GetResourceString("RequiredCommandWasNotProvided");
        /// <summary>Argument '{0}' not recognized. Must be one of:{1}</summary>
        internal static string @UnrecognizedArgument => GetResourceString("UnrecognizedArgument");
        /// <summary>Unrecognized command or argument '{0}'.</summary>
        internal static string @UnrecognizedCommandOrArgument => GetResourceString("UnrecognizedCommandOrArgument");
        /// <summary>Response file not found '{0}'.</summary>
        internal static string @ResponseFileNotFound => GetResourceString("ResponseFileNotFound");
        /// <summary>Error reading response file '{0}': {1}</summary>
        internal static string @ErrorReadingResponseFile => GetResourceString("ErrorReadingResponseFile");
        /// <summary>Show help and usage information</summary>
        internal static string @HelpOptionDescription => GetResourceString("HelpOptionDescription");
        /// <summary>Character not allowed in a file name: '{0}'.</summary>
        internal static string @InvalidCharactersInFileName => GetResourceString("InvalidCharactersInFileName");
        /// <summary>[[--] &lt;additional arguments&gt;...]]</summary>
        internal static string @HelpUsageAdditionalArguments => GetResourceString("HelpUsageAdditionalArguments");
        /// <summary>[command]</summary>
        internal static string @HelpUsageCommand => GetResourceString("HelpUsageCommand");
        /// <summary>[options]</summary>
        internal static string @HelpUsageOptions => GetResourceString("HelpUsageOptions");
        /// <summary>Usage:</summary>
        internal static string @HelpUsageTitle => GetResourceString("HelpUsageTitle");
        /// <summary>Description:</summary>
        internal static string @HelpDescriptionTitle => GetResourceString("HelpDescriptionTitle");
        /// <summary>default</summary>
        internal static string @HelpArgumentDefaultValueLabel => GetResourceString("HelpArgumentDefaultValueLabel");
        /// <summary>Arguments:</summary>
        internal static string @HelpArgumentsTitle => GetResourceString("HelpArgumentsTitle");
        /// <summary>(REQUIRED)</summary>
        internal static string @HelpOptionsRequiredLabel => GetResourceString("HelpOptionsRequiredLabel");
        /// <summary>Options:</summary>
        internal static string @HelpOptionsTitle => GetResourceString("HelpOptionsTitle");
        /// <summary>Arguments passed to the application that is being run.</summary>
        internal static string @HelpAdditionalArgumentsDescription => GetResourceString("HelpAdditionalArgumentsDescription");
        /// <summary>Additional Arguments:</summary>
        internal static string @HelpAdditionalArgumentsTitle => GetResourceString("HelpAdditionalArgumentsTitle");
        /// <summary>Commands:</summary>
        internal static string @HelpCommandsTitle => GetResourceString("HelpCommandsTitle");
        /// <summary>Unhandled exception:</summary>
        internal static string @ExceptionHandlerHeader => GetResourceString("ExceptionHandlerHeader");
        /// <summary>'{0}' was not matched. Did you mean one of the following?</summary>
        internal static string @SuggestionsTokenNotMatched => GetResourceString("SuggestionsTokenNotMatched");
        /// <summary>{0} option cannot be combined with other arguments.</summary>
        internal static string @VersionOptionCannotBeCombinedWithOtherArguments => GetResourceString("VersionOptionCannotBeCombinedWithOtherArguments");
        /// <summary>Show version information</summary>
        internal static string @VersionOptionDescription => GetResourceString("VersionOptionDescription");
        /// <summary>Cannot parse argument '{0}' as expected type '{1}'.</summary>
        internal static string @ArgumentConversionCannotParse => GetResourceString("ArgumentConversionCannotParse");
        /// <summary>Cannot parse argument '{0}' for command '{1}' as expected type '{2}'.</summary>
        internal static string @ArgumentConversionCannotParseForCommand => GetResourceString("ArgumentConversionCannotParseForCommand");
        /// <summary>Cannot parse argument '{0}' for option '{1}' as expected type '{2}'.</summary>
        internal static string @ArgumentConversionCannotParseForOption => GetResourceString("ArgumentConversionCannotParseForOption");
        /// <summary>Option '{0}' is required.</summary>
        internal static string @RequiredOptionWasNotProvided => GetResourceString("RequiredOptionWasNotProvided");
        /// <summary>Cannot parse argument '{0}' for command '{1}' as expected type '{2}'. Did you mean one of the following?{3}</summary>
        internal static string @ArgumentConversionCannotParseForCommand_Completions => GetResourceString("ArgumentConversionCannotParseForCommand_Completions");
        /// <summary>Cannot parse argument '{0}' for option '{1}' as expected type '{2}'. Did you mean one of the following?{3}</summary>
        internal static string @ArgumentConversionCannotParseForOption_Completions => GetResourceString("ArgumentConversionCannotParseForOption_Completions");

    }
}