DkAngelito

Results 3 comments of DkAngelito

I was trying one of the examples on the FAQ section ([https://dotnetfiddle.net/IbwLbX]) and it seems that the help doesn't work for verbs. I was using the following list of options...

> I don't want that, I want there to be the implicit "help" verb that uses the positional argument 0 as the verb to get help with. > > i.e....

Upgrade your example to the latest version (2.8+) and change your helptext class for the following and it should work ``` var helpText = HelpText.AutoBuild(result, h => { h.AdditionalNewLineAfterOption =...