AdaptVerbsToSpecifications(IEnumerable< Type > types) | CommandLine.Text.HelpText | private |
AddDashesToOption | CommandLine.Text.HelpText | |
AddEnumValuesToHelpText | CommandLine.Text.HelpText | |
AdditionalNewLineAfterOption | CommandLine.Text.HelpText | |
AddLine(StringBuilder builder, string value, int maximumLength) | CommandLine.Text.HelpText | packagestatic |
AddLine(StringBuilder builder, string value) | CommandLine.Text.HelpText | private |
AddNewLineBetweenHelpSections | CommandLine.Text.HelpText | |
AddOption(string requiredWord, string optionGroupWord, int maxLength, Specification specification, int widthOfHelpText) | CommandLine.Text.HelpText | private |
AddOptionName(int maxLength, OptionSpecification specification) | CommandLine.Text.HelpText | private |
AddOptions< T >(ParserResult< T > result) | CommandLine.Text.HelpText | |
AddOptions< T >(int maximumLength, ParserResult< T > result) | CommandLine.Text.HelpText | |
AddOptionsImpl(IEnumerable< Specification > specifications, string requiredWord, string optionGroupWord, int maximumLength) | CommandLine.Text.HelpText | private |
AddPostOptionsLine(string value) | CommandLine.Text.HelpText | |
AddPostOptionsLines(IEnumerable< string > lines) | CommandLine.Text.HelpText | |
AddPostOptionsText(string text) | CommandLine.Text.HelpText | |
AddPreOptionsLine(string value) | CommandLine.Text.HelpText | |
AddPreOptionsLine(string value, int maximumLength) | CommandLine.Text.HelpText | private |
AddPreOptionsLines(IEnumerable< string > lines) | CommandLine.Text.HelpText | |
AddPreOptionsText(string text) | CommandLine.Text.HelpText | |
AddValueName(int maxLength, ValueSpecification specification) | CommandLine.Text.HelpText | private |
AddVerbs(params Type[] types) | CommandLine.Text.HelpText | |
AddVerbs(int maximumLength, params Type[] types) | CommandLine.Text.HelpText | |
AutoBuild< T >(ParserResult< T > parserResult, Func< HelpText, HelpText > onError, Func< Example, Example > onExample, bool verbsIndex=false, int maxDisplayWidth=DefaultMaximumLength) | CommandLine.Text.HelpText | static |
AutoBuild< T >(ParserResult< T > parserResult, int maxDisplayWidth=DefaultMaximumLength) | CommandLine.Text.HelpText | static |
AutoBuild< T >(ParserResult< T > parserResult, Func< HelpText, HelpText > onError, int maxDisplayWidth=DefaultMaximumLength) | CommandLine.Text.HelpText | static |
AutoHelp | CommandLine.Text.HelpText | |
AutoVersion | CommandLine.Text.HelpText | |
BuilderCapacity | CommandLine.Text.HelpText | privatestatic |
Copyright | CommandLine.Text.HelpText | |
copyright | CommandLine.Text.HelpText | private |
DefaultMaximumLength | CommandLine.Text.HelpText | privatestatic |
DefaultParsingErrorsHandler< T >(ParserResult< T > parserResult, HelpText current) | CommandLine.Text.HelpText | static |
FormatDefaultValue< T >(T value) | CommandLine.Text.HelpText | privatestatic |
GetMaxLength(IEnumerable< Specification > specifications) | CommandLine.Text.HelpText | private |
GetMaxOptionLength(OptionSpecification spec) | CommandLine.Text.HelpText | private |
GetMaxValueLength(ValueSpecification spec) | CommandLine.Text.HelpText | private |
GetSpecificationsFromType(Type type) | CommandLine.Text.HelpText | private |
GetUsageFromType(Type type) | CommandLine.Text.HelpText | privatestatic |
heading | CommandLine.Text.HelpText | private |
Heading | CommandLine.Text.HelpText | |
HelpText() | CommandLine.Text.HelpText | |
HelpText(SentenceBuilder sentenceBuilder) | CommandLine.Text.HelpText | |
HelpText(string heading) | CommandLine.Text.HelpText | |
HelpText(SentenceBuilder sentenceBuilder, string heading) | CommandLine.Text.HelpText | |
HelpText(string heading, string copyright) | CommandLine.Text.HelpText | |
HelpText(SentenceBuilder sentenceBuilder, string heading, string copyright) | CommandLine.Text.HelpText | |
MakeHelpEntry() | CommandLine.Text.HelpText | private |
MakeVersionEntry() | CommandLine.Text.HelpText | private |
MaximumDisplayWidth | CommandLine.Text.HelpText | |
operator string(HelpText info) | CommandLine.Text.HelpText | static |
OptionComparison | CommandLine.Text.HelpText | |
OptionPrefixWidth | CommandLine.Text.HelpText | privatestatic |
optionsHelp | CommandLine.Text.HelpText | private |
OptionToHelpTextSeparatorWidth | CommandLine.Text.HelpText | privatestatic |
postOptionsHelp | CommandLine.Text.HelpText | private |
preOptionsHelp | CommandLine.Text.HelpText | private |
RenderParsingErrorsText< T >(ParserResult< T > parserResult, Func< Error, string > formatError, Func< IEnumerable< MutuallyExclusiveSetError >, string > formatMutuallyExclusiveSetErrors, int indent) | CommandLine.Text.HelpText | static |
RenderParsingErrorsTextAsLines< T >(ParserResult< T > parserResult, Func< Error, string > formatError, Func< IEnumerable< MutuallyExclusiveSetError >, string > formatMutuallyExclusiveSetErrors, int indent) | CommandLine.Text.HelpText | static |
RenderUsageText< T >(ParserResult< T > parserResult) | CommandLine.Text.HelpText | static |
RenderUsageText< T >(ParserResult< T > parserResult, Func< Example, Example > mapperFunc) | CommandLine.Text.HelpText | static |
RenderUsageTextAsLines< T >(ParserResult< T > parserResult, Func< Example, Example > mapperFunc) | CommandLine.Text.HelpText | static |
RequiredThenAlphaComparison | CommandLine.Text.HelpText | static |
SentenceBuilder | CommandLine.Text.HelpText | |
ToComparableOption(Specification spec, int index) | CommandLine.Text.HelpText | private |
ToString() | CommandLine.Text.HelpText | |
TotalOptionPadding | CommandLine.Text.HelpText | privatestatic |