ParserParseArgumentsStrict Method |
Name | Description | |
---|---|---|
![]() | ParseArgumentsStrict(String, Object, Action) |
Parses a String array of command line arguments, setting values in options
parameter instance's public fields decorated with appropriate attributes. If parsing fails, the method invokes
the onFail delegate, if null exits with DefaultExitCodeFail.
|
![]() | ParseArgumentsStrict(String, Object, ActionString, Object, Action) |
Parses a String array of command line arguments with verb commands, setting values in options
parameter instance's public fields decorated with appropriate attributes. If parsing fails, the method invokes
the onFail delegate, if null exits with DefaultExitCodeFail.
This overload supports verb commands.
|