DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
Loading...
Searching...
No Matches
NibblePoker.Library.Arguments.HelpText Member List

This is the complete list of members for NibblePoker.Library.Arguments.HelpText, including all inherited members.

GetFullHelpText(Verb verb, string programName, uint consoleWidth=80, uint leftSpace=2, uint innerSpace=2, bool addVerbs=true)NibblePoker.Library.Arguments.HelpTextinlinestatic
GetOptionDetailsPart(Option option, uint shortOptionSpace=0, bool addValueToShort=false)NibblePoker.Library.Arguments.HelpTextinlinestatic
GetOptionsDetails(Verb verb, uint consoleWidth=80, uint leftSpace=2, uint innerSpace=2, bool addValueToShort=false)NibblePoker.Library.Arguments.HelpTextinlinestatic
GetOptionsDetailsLines(Verb verb, uint consoleWidth=80, uint leftSpace=2, uint innerSpace=2, bool addValueToShort=false)NibblePoker.Library.Arguments.HelpTextinlinestatic
GetOptionUsagePart(Option option)NibblePoker.Library.Arguments.HelpTextinlinestatic
GetUsageLines(Verb verb, string programName, uint consoleWidth=80, bool addVerbs=true)NibblePoker.Library.Arguments.HelpTextinlinestatic
GetUsageString(Verb verb, string programName, uint consoleWidth=80, bool addVerbs=true)NibblePoker.Library.Arguments.HelpTextinlinestatic
GetVerbsDetails(Verb verb, uint consoleWidth=80, uint leftSpace=2, uint innerSpace=2)NibblePoker.Library.Arguments.HelpTextinlinestatic
SplitToMultiline(string inputText, int maxLineLength, string sequentialPrefix)NibblePoker.Library.Arguments.HelpTextinlinestatic