commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Ability to override where help text is sent

Open p0457 opened this issue 7 years ago • 1 comments

For example, I need to intercept the text and not send it to the console, but elsewhere.

p0457 avatar Mar 22 '17 23:03 p0457

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.

nemec avatar Mar 23 '17 16:03 nemec