Declaration
public static TArgs Parse<TArgs>(
string[] args,
Func<ConsoleColoredString, ConsoleColoredString> helpProcessor = null
)
Summary
Parses the specified command-line arguments into an instance of the specified type. See the remarks section of the
documentation for
CommandLineParser for features and limitations.
Generic type parameters
TArgs |
The class containing the fields and attributes which define the command-line syntax. |
Parameters
Returns
An instance of the class
TArgs containing the options and parameters specified by the user
on the command line.