commandline
commandline copied to clipboard
Ability to override where help text is sent
For example, I need to intercept the text and not send it to the console, but elsewhere.
If you build your own parser instead of using the default, you can provide a ParserSettings
and can set a custom HelpWriter in that class.